22 lines
434 B
PHP
22 lines
434 B
PHP
![]() |
<?php
|
||
|
return array (
|
||
|
0 => 'id',
|
||
|
1 => 'targetType',
|
||
|
2 => 'targetID',
|
||
|
3 => 'sourceID',
|
||
|
4 => 'userID',
|
||
|
5 => 'parentLevel',
|
||
|
6 => 'createTime',
|
||
|
'_autoinc' => true,
|
||
|
'_pk' => 'id',
|
||
|
'_type' =>
|
||
|
array (
|
||
|
'id' => 'INTEGER',
|
||
|
'targetType' => 'smallint',
|
||
|
'targetID' => 'INTEGER',
|
||
|
'sourceID' => 'INTEGER',
|
||
|
'userID' => 'INTEGER',
|
||
|
'parentLevel' => 'varchar(2000)',
|
||
|
'createTime' => 'INTEGER',
|
||
|
),
|
||
|
);
|