File: /www/wwwroot//mw.umchkw.com/data/schema/ey_single_content.php
<?php
return array (
'id' =>
array (
'name' => 'id',
'type' => 'int(10)',
'notnull' => false,
'default' => NULL,
'primary' => true,
'autoinc' => true,
),
'aid' =>
array (
'name' => 'aid',
'type' => 'int(10) unsigned',
'notnull' => false,
'default' => '0',
'primary' => false,
'autoinc' => false,
),
'typeid' =>
array (
'name' => 'typeid',
'type' => 'int(10)',
'notnull' => false,
'default' => '0',
'primary' => false,
'autoinc' => false,
),
'content' =>
array (
'name' => 'content',
'type' => 'longtext',
'notnull' => false,
'default' => NULL,
'primary' => false,
'autoinc' => false,
),
'content_ey_m' =>
array (
'name' => 'content_ey_m',
'type' => 'longtext',
'notnull' => false,
'default' => NULL,
'primary' => false,
'autoinc' => false,
),
'add_time' =>
array (
'name' => 'add_time',
'type' => 'int(11)',
'notnull' => false,
'default' => '0',
'primary' => false,
'autoinc' => false,
),
'update_time' =>
array (
'name' => 'update_time',
'type' => 'int(11)',
'notnull' => false,
'default' => '0',
'primary' => false,
'autoinc' => false,
),
);