mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
constraints
This commit is contained in:
parent
bef6333ba3
commit
99e202d1dd
@ -144,7 +144,7 @@ class Main extends CI_Controller
|
|||||||
) ,
|
) ,
|
||||||
'ip_address' => array(
|
'ip_address' => array(
|
||||||
'type' => 'VARCHAR',
|
'type' => 'VARCHAR',
|
||||||
'constraint' => 16,
|
'constraint' => 45,
|
||||||
'null' => TRUE,
|
'null' => TRUE,
|
||||||
) ,
|
) ,
|
||||||
'hits' => array(
|
'hits' => array(
|
||||||
@ -176,7 +176,7 @@ class Main extends CI_Controller
|
|||||||
$fields = array(
|
$fields = array(
|
||||||
'ip_address' => array(
|
'ip_address' => array(
|
||||||
'type' => 'VARCHAR',
|
'type' => 'VARCHAR',
|
||||||
'constraint' => 16,
|
'constraint' => 45,
|
||||||
'default' => 0,
|
'default' => 0,
|
||||||
) ,
|
) ,
|
||||||
'blocked_at' => array(
|
'blocked_at' => array(
|
||||||
@ -204,7 +204,7 @@ class Main extends CI_Controller
|
|||||||
) ,
|
) ,
|
||||||
'ip_address' => array(
|
'ip_address' => array(
|
||||||
'type' => 'VARCHAR',
|
'type' => 'VARCHAR',
|
||||||
'constraint' => 16,
|
'constraint' => 45,
|
||||||
'default' => 0,
|
'default' => 0,
|
||||||
) ,
|
) ,
|
||||||
'created' => array(
|
'created' => array(
|
||||||
@ -225,7 +225,7 @@ class Main extends CI_Controller
|
|||||||
$fields = array(
|
$fields = array(
|
||||||
'ip_address' => array(
|
'ip_address' => array(
|
||||||
'type' => 'VARCHAR',
|
'type' => 'VARCHAR',
|
||||||
'constraint' => 16,
|
'constraint' => 45,
|
||||||
'null' => TRUE,
|
'null' => TRUE,
|
||||||
) ,
|
) ,
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user