MySQL Create Table SQL
Table Structure: okayapi_zheng_ucenter_oauth:/tablelist/okayapi_zheng_ucenter_oauth.html
-- MySQL Table okayapi_zheng_ucenter_oauth
-- From: OkayAPI.com
CREATE TABLE `okayapi_zheng_ucenter_oauth` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`okayapi_zheng_ucenter_oauth_name` varchar(20) NULL COMMENT '认证方式名称',
KEY `okayapi_zheng_ucenter_oauth_name` (`okayapi_zheng_ucenter_oauth_name`),
PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'zheng敏捷开发-认证方式表';
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 |
---|---|---|---|---|---|---|
okayapi_zheng_ucenter_oauth_name | varchar(20) | 是 | 认证方式名称 |