MySQL Create Table SQL
Table Structure: okayapi_xwx_author:/tablelist/okayapi_xwx_author.html
-- MySQL Table okayapi_xwx_author
-- From: OkayAPI.com
CREATE TABLE `okayapi_xwx_author` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`author_name` varchar(50) NULL COMMENT '',
`create_time` int(11) NULL DEFAULT '0' COMMENT '',
KEY `author_name` (`author_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 |
---|---|---|---|---|---|---|
author_name | varchar(50) | 否 | Normal Index | |||
create_time | int(11) | 0 | 是 | 0 |