30 lines
636 B
PHP
30 lines
636 B
PHP
![]() |
<?php
|
||
|
return array (
|
||
|
0 => 'commentID',
|
||
|
1 => 'pid',
|
||
|
2 => 'userID',
|
||
|
3 => 'targetType',
|
||
|
4 => 'targetID',
|
||
|
5 => 'content',
|
||
|
6 => 'praiseCount',
|
||
|
7 => 'commentCount',
|
||
|
8 => 'status',
|
||
|
9 => 'modifyTime',
|
||
|
10 => 'createTime',
|
||
|
'_autoinc' => true,
|
||
|
'_pk' => 'commentID',
|
||
|
'_type' =>
|
||
|
array (
|
||
|
'commentID' => 'INTEGER',
|
||
|
'pid' => 'INTEGER',
|
||
|
'userID' => 'INTEGER',
|
||
|
'targetType' => 'smallint',
|
||
|
'targetID' => 'INTEGER',
|
||
|
'content' => 'TEXT',
|
||
|
'praiseCount' => 'INTEGER',
|
||
|
'commentCount' => 'INTEGER',
|
||
|
'status' => 'smallint',
|
||
|
'modifyTime' => 'INTEGER',
|
||
|
'createTime' => 'INTEGER',
|
||
|
),
|
||
|
);
|