From e752b8834e034957ff9ffdc33eb8b3f8ee15c8ed Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期四, 21 八月 2025 16:49:05 +0800
Subject: [PATCH] yys  修改配置文件,新增模块

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

diff --git a/main-business/src/main/resources/db/migration/postgresql/V20250604101800__create_table_production.sql b/main-business/src/main/resources/db/migration/postgresql/V20250604101800__create_table_production.sql
index c1e6c28..a733470 100644
--- a/main-business/src/main/resources/db/migration/postgresql/V20250604101800__create_table_production.sql
+++ b/main-business/src/main/resources/db/migration/postgresql/V20250604101800__create_table_production.sql
@@ -10,7 +10,7 @@
     equipment_depreciation  DECIMAL(10, 2) NOT NULL,           -- 璁惧鎶樻棫
     purchase_price          DECIMAL(10, 2) NOT NULL,           -- 閲囪喘鍗曚环
     total_cost              DECIMAL(10, 2) NOT NULL,           -- 鎬绘垚鏈�
-    producer_id             VARCHAR(50),                       -- 鐢熶骇浜篿d
+    producer_id             BIGINT,                       -- 鐢熶骇浜篿d
     producer                VARCHAR(50),                       -- 鐢熶骇浜�
     production_date         DATE,                              -- 鐢熶骇鏃ユ湡
 

--
Gitblit v1.9.3