diff --git a/1766979183_create_dma_service_behavior.up.sql b/1766979183_create_dma_service_behavior.up.sql index 1b47e34..ee18348 100644 --- a/1766979183_create_dma_service_behavior.up.sql +++ b/1766979183_create_dma_service_behavior.up.sql @@ -3,7 +3,7 @@ CREATE TABLE `health`.`ufutx_dma_service_behavior` ( `group_id` BIGINT NOT NULL COMMENT "群id", `type` TINYINT NULL DEFAULT NULL COMMENT "类型 1:正向激励,2:改善提醒", `service_user_id` BIGINT NULL DEFAULT NULL COMMENT "服务人员id", - `apply_user_ud` BIGINT NULL DEFAULT NULL COMMENT "申请人员id", + `apply_user_id` BIGINT NULL DEFAULT NULL COMMENT "申请人员id", `reason` TEXT NULL DEFAULT NULL COMMENT "事由", `pic` JSON NULL DEFAULT NULL COMMENT "图片", `status` TINYINT NOT NULL COMMENT '状态, 0:未审核,-1:不通过,1:通过',