2023-02-13.sql 127 字节
ALTER TABLE "public"."user" ADD COLUMN "parent_id" int8 DEFAULT 0;
COMMENT ON COLUMN "public"."user"."parent_id" IS '上级ID';