记得上下班打卡 | git大法好,push需谨慎

Commit a6899edf authored by 胡佳晨's avatar 胡佳晨

kylin项目提交 数据库结构

parent d4bb965f
...@@ -108,7 +108,7 @@ CREATE TABLE `kylin_performances` ...@@ -108,7 +108,7 @@ CREATE TABLE `kylin_performances`
`contacts` varchar(255) NOT NULL DEFAULT '' COMMENT '联系人', `contacts` varchar(255) NOT NULL DEFAULT '' COMMENT '联系人',
`mobile` varchar(255) NOT NULL DEFAULT '' COMMENT '联系电话', `mobile` varchar(255) NOT NULL DEFAULT '' COMMENT '联系电话',
`describe` varchar(255) NOT NULL DEFAULT '' COMMENT '演出简介', `describe` varchar(255) NOT NULL DEFAULT '' COMMENT '演出简介',
`details` longtext NOT NULL DEFAULT '' COMMENT '演出详情', `details` longtext DEFAULT NULL COMMENT '演出详情',
`notice_image` text NOT NULL DEFAULT '' COMMENT '购票须知', `notice_image` text NOT NULL DEFAULT '' COMMENT '购票须知',
`time_start` datetime NOT NULL DEFAULT '2000-01-01 12:00:00' COMMENT '演出开始时间', `time_start` datetime NOT NULL DEFAULT '2000-01-01 12:00:00' COMMENT '演出开始时间',
`time_end` datetime NOT NULL DEFAULT '2000-01-01 12:00:00' COMMENT '演出结束时间', `time_end` datetime NOT NULL DEFAULT '2000-01-01 12:00:00' COMMENT '演出结束时间',
...@@ -202,7 +202,7 @@ CREATE TABLE `kylin_ticket_time_relation` ...@@ -202,7 +202,7 @@ CREATE TABLE `kylin_ticket_time_relation`
`id` int(11) NOT NULL AUTO_INCREMENT, `id` int(11) NOT NULL AUTO_INCREMENT,
`ticket_time_relation_id` varchar(255) NOT NULL DEFAULT '' COMMENT 'ticket_time_relation_id', `ticket_time_relation_id` varchar(255) NOT NULL DEFAULT '' COMMENT 'ticket_time_relation_id',
`times_id` varchar(255) NOT NULL DEFAULT '' COMMENT '场次id', `times_id` varchar(255) NOT NULL DEFAULT '' COMMENT '场次id',
'performance_id' varchar(255) NOT NULL DEFAULT '' COMMENT '关联演出id', `performance_id` varchar(255) NOT NULL DEFAULT '' COMMENT '关联演出id',
`created_at` timestamp NULL DEFAULT NULL COMMENT '创建时间', `created_at` timestamp NULL DEFAULT NULL COMMENT '创建时间',
`updated_at` timestamp NULL DEFAULT NULL COMMENT '修改时间', `updated_at` timestamp NULL DEFAULT NULL COMMENT '修改时间',
KEY `kylin_ticket_time_relation_uid_index` (`ticket_time_relation_id`), KEY `kylin_ticket_time_relation_uid_index` (`ticket_time_relation_id`),
...@@ -291,7 +291,7 @@ CREATE TABLE `kylin_road_shows` ...@@ -291,7 +291,7 @@ CREATE TABLE `kylin_road_shows`
`id` int(11) NOT NULL AUTO_INCREMENT, `id` int(11) NOT NULL AUTO_INCREMENT,
`road_shows_id` varchar(255) NOT NULL DEFAULT '' COMMENT 'road_shows_id', `road_shows_id` varchar(255) NOT NULL DEFAULT '' COMMENT 'road_shows_id',
`img_poster` varchar(255) NOT NULL DEFAULT '' COMMENT '巡演封面图', `img_poster` varchar(255) NOT NULL DEFAULT '' COMMENT '巡演封面图',
'status' tinyint NOT NULL DEFAULT 1 COMMENT '状态 0停用 1启用', `status` tinyint NOT NULL DEFAULT 1 COMMENT '状态 0停用 1启用',
`created_at` timestamp NULL DEFAULT NULL COMMENT '创建时间', `created_at` timestamp NULL DEFAULT NULL COMMENT '创建时间',
`updated_at` timestamp NULL DEFAULT NULL COMMENT '修改时间', `updated_at` timestamp NULL DEFAULT NULL COMMENT '修改时间',
KEY `kylin_road_shows_uid_index` (`road_shows_id`), KEY `kylin_road_shows_uid_index` (`road_shows_id`),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment