MySQL Create Table SQL
Table Structure: okayapi_xwx_tag:/tablelist/okayapi_xwx_tag.html
-- MySQL Table okayapi_xwx_tag
-- From: OkayAPI.com
CREATE TABLE `okayapi_xwx_tag` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`tag_name` varchar(100) NULL COMMENT '',
`create_time` int(11) NULL DEFAULT '0' COMMENT '',
KEY `tag_name` (`tag_name`),
KEY `create_time` (`create_time`),
PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'xiaoshuo小说-标签';
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 |
---|---|---|---|---|---|---|
tag_name | varchar(100) | 否 | ||||
create_time | int(11) | 0 | 是 | 0 |