Merge branch 'main' of ssh://124.243.245.42:2222/zkr/shz-backend
This commit is contained in:
4
sql/migration_add_is_urgent.sql
Normal file
4
sql/migration_add_is_urgent.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- 急聘功能:给 job 表添加 is_urgent 字段
|
||||
-- 0 = 非急聘(默认),1 = 急聘
|
||||
ALTER TABLE "ks_db3"."job" ADD COLUMN "is_urgent" CHAR(1) DEFAULT '0';
|
||||
COMMENT ON COLUMN "ks_db3"."job"."is_urgent" IS '是否急聘 0否 1是';
|
||||
Reference in New Issue
Block a user