From c0efb2e8358f4e7ee0774c340afd453c3d0c2471 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 10 六月 2025 17:19:03 +0800
Subject: [PATCH] 1.待入库煤质维护入正式库 2.电子档案tree

---
 main-business/src/main/resources/db/migration/postgresql/V20250604111200__create_table_official_inventory.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/main-business/src/main/resources/db/migration/postgresql/V20250604111200__create_table_official_inventory.sql b/main-business/src/main/resources/db/migration/postgresql/V20250604111200__create_table_official_inventory.sql
index 80587a1..3df2c94 100644
--- a/main-business/src/main/resources/db/migration/postgresql/V20250604111200__create_table_official_inventory.sql
+++ b/main-business/src/main/resources/db/migration/postgresql/V20250604111200__create_table_official_inventory.sql
@@ -1,7 +1,7 @@
 -- 鍒涘缓姝e紡搴撹〃
 CREATE TABLE official_inventory
 (
-    id                         SERIAL PRIMARY KEY,                                 -- 涓婚敭ID
+    id                         BIGSERIAL PRIMARY KEY,                                 -- 涓婚敭ID
     supplier_name              VARCHAR(255)   NOT NULL,                            -- 渚涜揣鍟嗗悕绉�
     coal_type                  VARCHAR(50)    NOT NULL,                            -- 鐓ょ
     unit                       VARCHAR(50)    NOT NULL,                            -- 鍗曚綅

--
Gitblit v1.9.3