MySQL Create Table SQL
Table Structure: okayapi_box_client_group:/tablelist/okayapi_box_client_group.html
-- MySQL Table okayapi_box_client_group
-- From: OkayAPI.com
CREATE TABLE `okayapi_box_client_group` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(255) NULL COMMENT '',
KEY `title` (`title`),
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-1 of 1 result.
Field Name | Field Type | Default | IS NULL | Field Comment | Index | Demo Data |
---|---|---|---|---|---|---|
title | varchar(255) | 是 |