Sequenzia/db/table_schema/production/post_tag_histories.php
2013-10-26 18:06:58 -05:00

44 lines
651 B
PHP

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