sql/postgre.sql | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
sql/postgre.sql
@@ -2234,6 +2234,7 @@ "update_time" timestamp(6) ) ; INSERT INTO "public"."sys_dept" ("dept_id", "parent_id", "ancestors", "dept_name", "order_num", "leader", "phone", "email", "status", "del_flag", "create_by", "create_time", "update_by", "update_time") VALUES (1, 0, NULL, '智碳未来科技有限公司', 1, NULL, NULL, NULL, '0', 0, 'admin', '2025-03-17 13:09:00', NULL, NULL); ALTER TABLE "sys_dept" OWNER TO "postgres"; COMMENT ON COLUMN "sys_dept"."dept_id" IS '部门id'; COMMENT ON COLUMN "sys_dept"."parent_id" IS '父部门id';