123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?php
- return array (
- 'template_id' =>
- array (
- 'name' => 'template_id',
- 'type' => 'int(10) unsigned',
- 'notnull' => false,
- 'default' => NULL,
- 'primary' => true,
- 'autoinc' => true,
- ),
- 'template_region' =>
- array (
- 'name' => 'template_region',
- 'type' => 'varchar(255)',
- 'notnull' => false,
- 'default' => '',
- 'primary' => false,
- 'autoinc' => false,
- ),
- 'template_money' =>
- array (
- 'name' => 'template_money',
- 'type' => 'decimal(10,2) unsigned',
- 'notnull' => false,
- 'default' => '0.00',
- 'primary' => false,
- 'autoinc' => false,
- ),
- 'province_id' =>
- array (
- 'name' => 'province_id',
- 'type' => 'int(10) unsigned',
- 'notnull' => false,
- 'default' => '0',
- 'primary' => false,
- 'autoinc' => false,
- ),
- 'lang' =>
- array (
- 'name' => 'lang',
- 'type' => 'varchar(30)',
- 'notnull' => false,
- 'default' => 'cn',
- 'primary' => false,
- 'autoinc' => false,
- ),
- 'update_time' =>
- array (
- 'name' => 'update_time',
- 'type' => 'int(11)',
- 'notnull' => false,
- 'default' => '0',
- 'primary' => false,
- 'autoinc' => false,
- ),
- );
|