MySQL Create Table SQL
Table Structure: okayapi_jieqi_system_groups:/tablelist/okayapi_jieqi_system_groups.html
-- MySQL Table okayapi_jieqi_system_groups
-- From: OkayAPI.com
CREATE TABLE `okayapi_jieqi_system_groups` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`okayapi_jieqi_system_groups_name` varchar(50) NOT NULL COMMENT '',
`description` text NOT NULL COMMENT '',
`grouptype` tinyint(1) NOT NULL DEFAULT '0' COMMENT '',
KEY `okayapi_jieqi_system_groups_name` (`okayapi_jieqi_system_groups_name`),
KEY `description` (`description`),
KEY `grouptype` (`grouptype`),
PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'jieqi小说-分组';
After replication, you can go to the database to create the database table.
MySQL database table structure design
Displaying 1-3 of 3 results.
Field Name | Field Type | Default | IS NULL | Field Comment | Index | Demo Data |
---|---|---|---|---|---|---|
okayapi_jieqi_system_groups_name | varchar(50) | 否 | ||||
description | text | 否 | ||||
grouptype | tinyint(1) | 0 | 否 | 0 |