nas_docker_compose/kodbox/site/data/temp/_fields/9swjep8c3iak.php.comment.php

30 lines
636 B
PHP
Raw Normal View History

2024-08-31 01:03:37 +08:00
<?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',
),
);