report logs add status
This commit is contained in:
parent
1a1be10d84
commit
7f8d43ad94
4
1780885641_table_report_logs_add_user_type.up.sql
Normal file
4
1780885641_table_report_logs_add_user_type.up.sql
Normal file
@ -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`
|
||||||
Loading…
Reference in New Issue
Block a user