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

MySQL建表SQL语句

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


-- 数据库大全:智果内容付费-报表
-- 来源:YesApi.cn
CREATE TABLE `yesapi_zhiguo_ocenter_report` (
    `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
    `url` varchar(500) NOT NULL COMMENT '',
    `uid` int(11) NOT NULL COMMENT '',
    `reason` varchar(50) NOT NULL COMMENT '',
    `content` text NOT NULL COMMENT '',
    `yesapi_zhiguo_ocenter_report_data` text NOT NULL COMMENT '',
    `yesapi_zhiguo_ocenter_report_type` varchar(50) NOT NULL COMMENT '',
    `create_time` int(11) NOT NULL COMMENT '',
    `updata_time` int(11) NOT NULL COMMENT '',
    `yesapi_zhiguo_ocenter_report_status` tinyint(4) NOT NULL COMMENT '',
    `handle_status` tinyint(4) NOT NULL COMMENT '',
    `handle_result` text NOT NULL COMMENT '',
    `handle_uid` int(11) NOT NULL COMMENT '',
    `handle_time` int(11) NOT NULL COMMENT '',
    PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT '智果内容付费-报表';

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


MySQL数据库表结构设计

第 1-13 条, 共 13 条.
字段名称字段类型字段默认值是否允许为空字段描述索引字段数据示例
urlvarchar(500)无索引
uidint(11)无索引
reasonvarchar(50)无索引
contenttext无索引
yesapi_zhiguo_ocenter_report_datatext无索引
yesapi_zhiguo_ocenter_report_typevarchar(50)无索引
create_timeint(11)无索引
updata_timeint(11)无索引
yesapi_zhiguo_ocenter_report_statustinyint(4)无索引
handle_statustinyint(4)无索引
handle_resulttext无索引
handle_uidint(11)无索引
handle_timeint(11)无索引

猜你喜欢

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



回到顶部 ↑