diff --git a/1780885641_table_report_logs_add_user_type.up.sql b/1780885641_table_report_logs_add_user_type.up.sql new file mode 100644 index 0000000..b02aa3c --- /dev/null +++ b/1780885641_table_report_logs_add_user_type.up.sql @@ -0,0 +1,4 @@ +ALTER TABLE `health`.`ufutx_report_logs` +ADD COLUMN `user_type` ENUM("app", "admin") DEFAULT "app" COMMENT "用户类型" after `user_id`, +ADD COLUMN `status` TINYINT DEFAULT 0 COMMENT "状态" after `remark`, +ADD COLUMN `comment` VARCHAR(191) DEFAULT NULL COMMENT "备注" after `remark` \ No newline at end of file