22 lines
434 B
PHP
Executable File
22 lines
434 B
PHP
Executable File
<?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',
|
|
),
|
|
); |