diff --git a/1724399871_table_regular_activities_add_detail_qrcode.up.sql b/1724399871_table_regular_activities_add_detail_qrcode.up.sql new file mode 100644 index 0000000..a96e38f --- /dev/null +++ b/1724399871_table_regular_activities_add_detail_qrcode.up.sql @@ -0,0 +1,2 @@ +alter table `ufutx_regular_activities` add column detail_qrcode varchar(200) DEFAULT Null comment "详情二维码" after background; +alter table `ufutx_regular_activities` add column sign_qrcode2 varchar(200) DEFAULT Null comment "签到二维码-无限制" after sign_qrcode; \ No newline at end of file