当前位置:

thinkcmf5建单张表

xiaoming 2023-01-19 140 0

---- 表的结构 `cmf_tcad`--CREATE TABLE IF NOT EXISTS `cmf_tcad` ( `id` int(11) NOT NULL, `status` tinyint(3) unsigned NOT NULL DEFAULT 1 COMMENT 状态,1:显示,0不显示, `delete_time` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 删除时间, `create_time` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 创建时间, `update_time` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 更新时间, `start_time` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 广告开始时间, `end_time` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 广告结束时间, `name` varchar(50) CHARACTER SET utf8 NOT NULL DEFAULT COMMENT 广告名称, `content` text COMMENT 广告内容, `remark` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT COMMENT 广告备注) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT=自定义广告表;

thinkcmf5建单张表

发表评论

  • 评论列表
还没有人评论,快来抢沙发吧~
您是本站第3472名访客 今日有0篇新文章