File: /www/wwwroot/mw.umchkw.com/data/schema/ey_article_pay.php
<?php
return array (
'id' =>
array (
'name' => 'id',
'type' => 'int(11)',
'notnull' => false,
'default' => NULL,
'primary' => true,
'autoinc' => true,
),
'aid' =>
array (
'name' => 'aid',
'type' => 'int(11)',
'notnull' => false,
'default' => '0',
'primary' => false,
'autoinc' => false,
),
'part_free' =>
array (
'name' => 'part_free',
'type' => 'tinyint(1)',
'notnull' => false,
'default' => '0',
'primary' => false,
'autoinc' => false,
),
'size' =>
array (
'name' => 'size',
'type' => 'float(10,2)',
'notnull' => false,
'default' => '1.00',
'primary' => false,
'autoinc' => false,
),
'free_content' =>
array (
'name' => 'free_content',
'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,
),
);