``` refactor(db): 移除SQL语句中的public schema前缀
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ALTER TABLE public.wor_service_request ADD therapy_enum int4 DEFAULT 1 NULL;
|
||||
COMMENT ON COLUMN public.wor_service_request.therapy_enum IS '治疗类型';
|
||||
ALTER TABLE wor_service_request ADD therapy_enum int4 DEFAULT 1 NULL;
|
||||
COMMENT ON COLUMN wor_service_request.therapy_enum IS '治疗类型';
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user