diff --git a/1779352095_table_report_logs_add_chat_id.up.sql b/1779352095_table_report_logs_add_chat_id.up.sql new file mode 100644 index 0000000..c46ff87 --- /dev/null +++ b/1779352095_table_report_logs_add_chat_id.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `health`.`ufutx_report_logs` +ADD COLUMN `chat_id` VARCHAR(20) DEFAULT NULL comment "群聊id" after `user_id` \ No newline at end of file