34 lines
492 B
PHP
Executable File
34 lines
492 B
PHP
Executable File
<?php
|
|
return array (
|
|
0 =>
|
|
array (
|
|
'id' =>
|
|
array (
|
|
'type' => 'int(11)',
|
|
'default' => NULL,
|
|
),
|
|
'post_id' =>
|
|
array (
|
|
'type' => 'int(11)',
|
|
'default' => NULL,
|
|
),
|
|
'user_id' =>
|
|
array (
|
|
'type' => 'int(11)',
|
|
'default' => NULL,
|
|
),
|
|
'created_at' =>
|
|
array (
|
|
'type' => 'datetime',
|
|
'default' => '0000-00-00 00:00:00',
|
|
),
|
|
),
|
|
1 =>
|
|
array (
|
|
'pri' =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
),
|
|
)
|
|
; |