MySQL Create Table SQL
Table Structure: okayapi_guanggaobao_character:/tablelist/okayapi_guanggaobao_character.html
-- MySQL Table okayapi_guanggaobao_character
-- From: OkayAPI.com
CREATE TABLE `okayapi_guanggaobao_character` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`profession` varchar(255) NOT NULL COMMENT '角色名字',
KEY `profession` (`profession`),
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 |
---|---|---|---|---|---|---|
profession | varchar(255) | 否 | 角色名字 |