MySQL Create Table SQL
Table Structure: okayapi_studyabc_cetdesc:/tablelist/okayapi_studyabc_cetdesc.html
-- MySQL Table okayapi_studyabc_cetdesc
-- From: OkayAPI.com
CREATE TABLE `okayapi_studyabc_cetdesc` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`content` text NOT NULL COMMENT '',
`idate` date NOT NULL COMMENT '',
KEY `content` (`content`),
KEY `idate` (`idate`),
PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT '学英语社区-等级搭述';
After replication, you can go to the database to create the database table.
MySQL database table structure design
Displaying 1-2 of 2 results.
Field Name | Field Type | Default | IS NULL | Field Comment | Index | Demo Data |
---|---|---|---|---|---|---|
content | text | 否 | ||||
idate | date | 否 |