From 8c627df4abacbe7397d0c1831f1a71c62ebe15b2 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期三, 15 十月 2025 10:45:33 +0800
Subject: [PATCH] yys  1.随机排产

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

diff --git a/main-business/src/main/resources/db/migration/postgresql/V20250603160101__create_table_purchase_registration.sql b/main-business/src/main/resources/db/migration/postgresql/V20250603160101__create_table_purchase_registration.sql
index 341a0f4..67f87de 100644
--- a/main-business/src/main/resources/db/migration/postgresql/V20250603160101__create_table_purchase_registration.sql
+++ b/main-business/src/main/resources/db/migration/postgresql/V20250603160101__create_table_purchase_registration.sql
@@ -23,6 +23,7 @@
     update_by                 VARCHAR(255),                      -- 鏈�鍚庢洿鏂颁汉鐢ㄦ埛鍚�
     update_time               TIMESTAMP WITHOUT TIME ZONE,        -- 鏈�鍚庢洿鏂版椂闂达紝榛樿褰撳墠鏃堕棿
     type                      BIGINT,                              -- 绫诲瀷锛�1-鎴愬搧锛�2-鍘熸枡锛�
+    license_plate                      VARCHAR(255),                              -- 杞︾墝鍙�
 );
 
 -- 涓鸿〃娣诲姞娉ㄩ噴
@@ -48,4 +49,5 @@
 COMMENT ON COLUMN purchase_registration.create_time IS '璁板綍鍒涘缓鏃堕棿';
 COMMENT ON COLUMN purchase_registration.update_by IS '鏈�鍚庝慨鏀硅璁板綍鐨勭敤鎴�';
 COMMENT ON COLUMN purchase_registration.update_time IS '璁板綍鏈�鍚庢洿鏂版椂闂�';
-COMMENT ON COLUMN purchase_registration.type IS '绫诲瀷锛�1-鎴愬搧锛�2-鍘熸枡锛�';
\ No newline at end of file
+COMMENT ON COLUMN purchase_registration.type IS '绫诲瀷锛�1-鎴愬搧锛�2-鍘熸枡锛�';
+COMMENT ON COLUMN purchase_registration.license_plate IS '杞︾墝鍙�';
\ No newline at end of file

--
Gitblit v1.9.3