You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-- ---------------------------- |
|
-- 增加资源编号字段 |
|
-- ---------------------------- |
|
ALTER TABLE "public"."blade_oss" |
|
ADD COLUMN "oss_code" varchar(32); |
|
|
|
COMMENT ON COLUMN "public"."blade_oss"."oss_code" IS '资源编号';
|
|
|