+ 立即免费创建此表 返回数据库大全

MySQL建表SQL语句

数据库结构:智果内容付费-角色配置表:https://open.yesapi.cn/tablelist/yesapi_zhiguo_ocenter_role_config.html


-- 数据库大全:智果内容付费-角色配置表
-- 来源:YesApi.cn
CREATE TABLE `yesapi_zhiguo_ocenter_role_config` (
    `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
    `role_id` int(11) NOT NULL COMMENT '',
    `yesapi_zhiguo_ocenter_role_config_name` varchar(25) NOT NULL COMMENT '标识',
    `category` varchar(25) NOT NULL COMMENT '归类标识',
    `yesapi_zhiguo_ocenter_role_config_value` text NOT NULL COMMENT '配置值',
    `yesapi_zhiguo_ocenter_role_config_data` text NOT NULL COMMENT '该配置的其它值',
    PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT '智果内容付费-角色配置表';

复制后,到数据库执行,即可创建此数据库表。


MySQL数据库表结构设计

第 1-5 条, 共 5 条.
字段名称字段类型字段默认值是否允许为空字段描述索引字段数据示例
role_idint(11)无索引
yesapi_zhiguo_ocenter_role_config_namevarchar(25)标识无索引
categoryvarchar(25)归类标识无索引
yesapi_zhiguo_ocenter_role_config_valuetext配置值无索引
yesapi_zhiguo_ocenter_role_config_datatext该配置的其它值无索引

猜你喜欢

MySQL数据库设计 智果内容付费-中国省市区乡镇数据表

MySQL数据库设计 智果内容付费-系统行为表

MySQL数据库设计 智果内容付费-

MySQL数据库设计 智果内容付费-行为日志表

MySQL数据库设计 智果内容付费-插件表

MySQL数据库设计 智果内容付费-附件表

MySQL数据库设计 智果内容付费-权限组与分类的对应关系表

MySQL数据库设计 智果内容付费-权限分组

MySQL数据库设计 智果内容付费-权限妥组接入

MySQL数据库设计 智果内容付费-授权规则

MySQL数据库设计 智果内容付费-头像

MySQL数据库设计 智果内容付费-表达式

MySQL数据库设计 智果内容付费-表达式包

MySQL数据库设计 智果内容付费-i表达式

MySQL数据库设计 智果内容付费-i表达式链接

MySQL数据库设计 智果内容付费-频道

MySQL数据库设计 智果内容付费-用户导航

MySQL数据库设计 智果内容付费-登记

MySQL数据库设计 智果内容付费-配置

MySQL数据库设计 智果内容付费-中国省市区乡镇数据表



回到顶部 ↑