MySQL Create Table SQL
Table Structure: okayapi_eduwind_ew_bottom_text:/tablelist/okayapi_eduwind_ew_bottom_text.html
-- MySQL Table okayapi_eduwind_ew_bottom_text
-- From: OkayAPI.com
CREATE TABLE `okayapi_eduwind_ew_bottom_text` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`weight` int(11) NOT NULL DEFAULT '0' COMMENT '排序',
`content` text NOT NULL COMMENT '',
KEY `weight` (`weight`),
KEY `content` (`content`),
PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'EW在线教育-静态页面';
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 |
---|---|---|---|---|---|---|
weight | int(11) | 0 | 否 | 排序 | 0 | |
content | text | 否 |