Sequenzia/db/table_schema/production/user_logs.php
2014-01-26 15:43:12 -05:00

34 lines
488 B
PHP

<?php
return array (
0 =>
array (
'id' =>
array (
'type' => 'int(11) unsigned',
'default' => NULL,
),
'user_id' =>
array (
'type' => 'int(11)',
'default' => NULL,
),
'ip_addr' =>
array (
'type' => 'varchar(46)',
'default' => NULL,
),
'created_at' =>
array (
'type' => 'datetime',
'default' => NULL,
),
),
1 =>
array (
'pri' =>
array (
0 => 'id',
),
),
)
;