20 lines
362 B
PHP
Executable File
20 lines
362 B
PHP
Executable File
<?php
|
|
return array (
|
|
0 => 'id',
|
|
1 => 'sessionID',
|
|
2 => 'userID',
|
|
3 => 'type',
|
|
4 => 'desc',
|
|
5 => 'createTime',
|
|
'_autoinc' => true,
|
|
'_pk' => 'id',
|
|
'_type' =>
|
|
array (
|
|
'id' => 'INTEGER',
|
|
'sessionID' => 'varchar(128)',
|
|
'userID' => 'INTEGER',
|
|
'type' => 'varchar(255)',
|
|
'desc' => 'TEXT',
|
|
'createTime' => 'INTEGER',
|
|
),
|
|
); |