make it 128 in the first place

This commit is contained in:
Claude 2017-09-25 17:11:27 +02:00
parent 6c194f612d
commit c102202745

View File

@ -70,7 +70,7 @@ class Main extends CI_Controller
$fields = array(
'id' => array(
'type' => 'VARCHAR',
'constraint' => 40,
'constraint' => 128,
'default' => 0,
) ,
'ip_address' => array(