From a2d8705903ec73b585eaca24f013e081929db953 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期五, 22 八月 2025 10:00:46 +0800
Subject: [PATCH] yys

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

diff --git a/main-business/src/main/resources/db/migration/postgresql/V20250613093400__create_table_production_master.sql b/main-business/src/main/resources/db/migration/postgresql/V20250613093400__create_table_production_master.sql
index 01a1ba2..51e69ed 100644
--- a/main-business/src/main/resources/db/migration/postgresql/V20250613093400__create_table_production_master.sql
+++ b/main-business/src/main/resources/db/migration/postgresql/V20250613093400__create_table_production_master.sql
@@ -2,7 +2,7 @@
 CREATE TABLE production_master
 (
     id                      BIGSERIAL PRIMARY KEY,             -- 涓婚敭ID
-    coal_id                 BIGINT,                            -- 鐓ょID
+    coal_id                 VARCHAR(50),                           -- 鐓ょID
     production_quantity     INT            NOT NULL,           -- 鐢熶骇鏁伴噺
     labor_cost              DECIMAL(10, 2) NOT NULL,           -- 浜哄伐鎴愭湰
     energy_consumption_cost DECIMAL(10, 2) NOT NULL,           -- 鑳借�楁垚鏈�

--
Gitblit v1.9.3