LUCAS
2 years ago
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
-- ---------------------------- |
||||
|
-- Records of file_type |
||||
|
-- ---------------------------- |
||||
|
BEGIN; |
||||
|
INSERT INTO "public"."file_type" VALUES (1, '前期资料', NULL); |
||||
|
INSERT INTO "public"."file_type" VALUES (3, '竣工资料', NULL); |
||||
|
INSERT INTO "public"."file_type" VALUES (4, '维修资料', NULL); |
||||
|
INSERT INTO "public"."file_type" VALUES (5, '道路图片', NULL); |
||||
|
INSERT INTO "public"."file_type" VALUES (2, '施工资料', NULL); |
||||
|
COMMIT; |
Loading…
Reference in new issue