MySQL Create Table SQL
Table Structure: okayapi_lvyou_jee_role_user:/tablelist/okayapi_lvyou_jee_role_user.html
-- MySQL Table okayapi_lvyou_jee_role_user
-- From: OkayAPI.com
CREATE TABLE `okayapi_lvyou_jee_role_user` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`role_id` mediumint(9) NULL COMMENT '',
`user_id` char(32) NULL COMMENT '',
KEY `role_id` (`role_id`),
KEY `user_id` (`user_id`),
PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'lvyou旅游-角色用户';
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 |
---|---|---|---|---|---|---|
role_id | mediumint(9) | 是 | Normal Index | |||
user_id | char(32) | 是 | Normal Index |