MySQL Create Table SQL
Table Structure: okayapi_box_support_pr_category:/tablelist/okayapi_box_support_pr_category.html
-- MySQL Table okayapi_box_support_pr_category
-- From: OkayAPI.com
CREATE TABLE `okayapi_box_support_pr_category` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(100) NULL COMMENT '',
KEY `title` (`title`),
PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT '主机销售-售后pr分类';
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(100) | 是 |