MySQL Create Table SQL
Table Structure: okayapi_landi_plan_progress:/tablelist/okayapi_landi_plan_progress.html
-- MySQL Table okayapi_landi_plan_progress
-- From: OkayAPI.com
CREATE TABLE `okayapi_landi_plan_progress` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`okayapi_landi_plan_progress_time` datetime NULL COMMENT '',
`plan_id` int(11) NULL COMMENT '',
`fac_id` int(11) NULL COMMENT '',
`term` varchar(64) NULL COMMENT '',
`total` int(11) NULL COMMENT '',
`staff` varchar(64) NULL COMMENT '',
`all_money` double NULL COMMENT '',
`okayapi_landi_plan_progress_comment` varchar(64) NULL COMMENT '',
`sys_state` int(11) NULL DEFAULT '1' COMMENT '',
KEY `okayapi_landi_plan_progress_time` (`okayapi_landi_plan_progress_time`),
KEY `plan_id` (`plan_id`),
KEY `fac_id` (`fac_id`),
KEY `term` (`term`),
KEY `total` (`total`),
KEY `staff` (`staff`),
KEY `all_money` (`all_money`),
KEY `okayapi_landi_plan_progress_comment` (`okayapi_landi_plan_progress_comment`),
KEY `sys_state` (`sys_state`),
PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'LD酒店租房管理-采购进度';
After replication, you can go to the database to create the database table.
MySQL database table structure design
Displaying 1-9 of 9 results.
Field Name | Field Type | Default | IS NULL | Field Comment | Index | Demo Data |
---|---|---|---|---|---|---|
okayapi_landi_plan_progress_time | datetime | 是 | ||||
plan_id | int(11) | 是 | Normal Index | |||
fac_id | int(11) | 是 | ||||
term | varchar(64) | 是 | ||||
total | int(11) | 是 | ||||
staff | varchar(64) | 是 | ||||
all_money | double | 是 | ||||
okayapi_landi_plan_progress_comment | varchar(64) | 是 | ||||
sys_state | int(11) | 1 | 是 | 1 |