84 lines
1.4 KiB
PHP
84 lines
1.4 KiB
PHP
|
<?php
|
||
|
return array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'id' =>
|
||
|
array (
|
||
|
'type' => 'int(11)',
|
||
|
'default' => NULL,
|
||
|
),
|
||
|
'created_at' =>
|
||
|
array (
|
||
|
'type' => 'datetime',
|
||
|
'default' => '0000-00-00 00:00:00',
|
||
|
),
|
||
|
'updated_at' =>
|
||
|
array (
|
||
|
'type' => 'datetime',
|
||
|
'default' => '0000-00-00 00:00:00',
|
||
|
),
|
||
|
'x' =>
|
||
|
array (
|
||
|
'type' => 'int(11)',
|
||
|
'default' => NULL,
|
||
|
),
|
||
|
'y' =>
|
||
|
array (
|
||
|
'type' => 'int(11)',
|
||
|
'default' => NULL,
|
||
|
),
|
||
|
'width' =>
|
||
|
array (
|
||
|
'type' => 'int(11)',
|
||
|
'default' => NULL,
|
||
|
),
|
||
|
'height' =>
|
||
|
array (
|
||
|
'type' => 'int(11)',
|
||
|
'default' => NULL,
|
||
|
),
|
||
|
'body' =>
|
||
|
array (
|
||
|
'type' => 'text',
|
||
|
'default' => NULL,
|
||
|
),
|
||
|
'version' =>
|
||
|
array (
|
||
|
'type' => 'int(11)',
|
||
|
'default' => NULL,
|
||
|
),
|
||
|
'ip_addr' =>
|
||
|
array (
|
||
|
'type' => 'varchar(64)',
|
||
|
'default' => NULL,
|
||
|
),
|
||
|
'is_active' =>
|
||
|
array (
|
||
|
'type' => 'tinyint(1)',
|
||
|
'default' => '1',
|
||
|
),
|
||
|
'note_id' =>
|
||
|
array (
|
||
|
'type' => 'int(11)',
|
||
|
'default' => NULL,
|
||
|
),
|
||
|
'post_id' =>
|
||
|
array (
|
||
|
'type' => 'int(11)',
|
||
|
'default' => NULL,
|
||
|
),
|
||
|
'user_id' =>
|
||
|
array (
|
||
|
'type' => 'int(11)',
|
||
|
'default' => NULL,
|
||
|
),
|
||
|
),
|
||
|
1 =>
|
||
|
array (
|
||
|
'pri' =>
|
||
|
array (
|
||
|
0 => 'id',
|
||
|
),
|
||
|
),
|
||
|
)
|
||
|
;
|