mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
make it 128 in the first place
This commit is contained in:
parent
6c194f612d
commit
c102202745
@ -70,7 +70,7 @@ class Main extends CI_Controller
|
|||||||
$fields = array(
|
$fields = array(
|
||||||
'id' => array(
|
'id' => array(
|
||||||
'type' => 'VARCHAR',
|
'type' => 'VARCHAR',
|
||||||
'constraint' => 40,
|
'constraint' => 128,
|
||||||
'default' => 0,
|
'default' => 0,
|
||||||
) ,
|
) ,
|
||||||
'ip_address' => array(
|
'ip_address' => array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user