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

49 lines
754 B
PHP
Executable File

<?php
return array (
0 =>
array (
'id' =>
array (
'type' => 'int(11)',
'default' => NULL,
),
'post_id' =>
array (
'type' => 'int(11)',
'default' => NULL,
),
'pool_id' =>
array (
'type' => 'int(11)',
'default' => NULL,
),
'sequence' =>
array (
'type' => 'varchar(16)',
'default' => NULL,
),
'next_post_id' =>
array (
'type' => 'int(11)',
'default' => NULL,
),
'prev_post_id' =>
array (
'type' => 'int(11)',
'default' => NULL,
),
'active' =>
array (
'type' => 'tinyint(1)',
'default' => '1',
),
),
1 =>
array (
'pri' =>
array (
0 => 'id',
),
),
)
;