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

MySQL建表SQL语句

数据库结构:智果内容付费-用户导航:https://open.yesapi.cn/tablelist/yesapi_zhiguo_ocenter_user_nav.html


-- 数据库大全:智果内容付费-用户导航
-- 来源:YesApi.cn
CREATE TABLE `yesapi_zhiguo_ocenter_user_nav` (
    `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
    `title` char(30) NOT NULL COMMENT '频道标题',
    `url` char(100) NOT NULL COMMENT '频道连接',
    `sort` int(10) NOT NULL DEFAULT '0' COMMENT '导航排序',
    `create_time` int(10) NOT NULL DEFAULT '0' COMMENT '创建时间',
    `yesapi_zhiguo_ocenter_user_nav_status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '状态',
    `target` tinyint(2) NOT NULL DEFAULT '0' COMMENT '新窗口打开',
    `color` varchar(30) NOT NULL COMMENT '',
    `band_color` varchar(30) NOT NULL COMMENT '',
    `band_text` varchar(30) NOT NULL COMMENT '',
    `icon` varchar(20) NOT NULL COMMENT '',
    PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT '智果内容付费-用户导航';

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


MySQL数据库表结构设计

第 1-10 条, 共 10 条.
字段名称字段类型字段默认值是否允许为空字段描述索引字段数据示例
titlechar(30)频道标题无索引
urlchar(100)频道连接无索引
sortint(10)0导航排序无索引0
create_timeint(10)0创建时间无索引0
yesapi_zhiguo_ocenter_user_nav_statustinyint(4)0状态无索引0
targettinyint(2)0新窗口打开无索引0
colorvarchar(30)无索引
band_colorvarchar(30)无索引
band_textvarchar(30)无索引
iconvarchar(20)无索引

猜你喜欢

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



回到顶部 ↑