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

MySQL建表SQL语句

数据库结构:智果内容付费-设置表:https://open.yesapi.cn/tablelist/yesapi_zhiguo_ocenter_ucenter_setting.html


-- 数据库大全:智果内容付费-设置表
-- 来源:YesApi.cn
CREATE TABLE `yesapi_zhiguo_ocenter_ucenter_setting` (
    `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
    `yesapi_zhiguo_ocenter_ucenter_setting_type` tinyint(3) NOT NULL DEFAULT '0' COMMENT '配置类型(1-用户配置)',
    `yesapi_zhiguo_ocenter_ucenter_setting_value` text NOT NULL COMMENT '配置数据',
    PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT '智果内容付费-设置表';

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


MySQL数据库表结构设计

第 1-2 条, 共 2 条.
字段名称字段类型字段默认值是否允许为空字段描述索引字段数据示例
yesapi_zhiguo_ocenter_ucenter_setting_typetinyint(3)0配置类型(1-用户配置)无索引0
yesapi_zhiguo_ocenter_ucenter_setting_valuetext配置数据无索引

猜你喜欢

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



回到顶部 ↑