49 lines
754 B
PHP
49 lines
754 B
PHP
|
<?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',
|
||
|
),
|
||
|
),
|
||
|
)
|
||
|
;
|