diff --git a/1784182962_create_unify_feedback.up.sql b/1784182962_create_unify_feedback.up.sql index f490d07..10e286d 100644 --- a/1784182962_create_unify_feedback.up.sql +++ b/1784182962_create_unify_feedback.up.sql @@ -17,7 +17,7 @@ CREATE TABLE `ufutx_unify_feedback` ( `type` VARCHAR(100) COMMENT "类型", `content` TEXT COMMENT "内容", `img` JSON COMMENT "图片", - `status` INT NOT NULL COMMENT "状态:0-未处理,1-处理中,2-已处理", + `status` TINYINT DEFAULT 0 COMMENT "状态:0-未处理,1-处理中,2-已处理", `created_at` TIMESTAMP NULL DEFAULT NULL, `updated_at` TIMESTAMP NULL DEFAULT NULL, PRIMARY KEY (`id`)