|
@@ -283,10 +283,10 @@ create table tb_whisper
|
|
comment '悄悄话';
|
|
comment '悄悄话';
|
|
|
|
|
|
alter table tb_poster_lib
|
|
alter table tb_poster_lib
|
|
- add column name varchar(32) not null comment '海报名称' after id,
|
|
|
|
- add column start_time datetime comment '开始时间' after url,
|
|
|
|
- add column end_time datetime comment '结束时间' after start_time;
|
|
|
|
|
|
+ add column name varchar(32) not null comment '海报名称' after id,
|
|
|
|
+ add column start_time varchar(10) comment '开始时间' after url,
|
|
|
|
+ add column end_time varchar(10) comment '结束时间' after start_time;
|
|
|
|
|
|
alter table tb_whisper
|
|
alter table tb_whisper
|
|
- add column start_time datetime comment '开始时间' after content,
|
|
|
|
- add column end_time datetime comment '结束时间' after start_time;
|
|
|
|
|
|
+ add column start_time varchar(10) comment '开始时间' after content,
|
|
|
|
+ add column end_time varchar(10) comment '结束时间' after start_time;
|