From 5c11c6e2b8206da29ecac3beed53c7bcb7e0e737 Mon Sep 17 00:00:00 2001 From: xupei Date: Wed, 27 May 2026 13:23:56 +0800 Subject: [PATCH] =?UTF-8?q?TASK:payment=5Fid=E5=AD=97=E6=AE=B5=E5=90=8D/?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/db/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/db/schema.sql b/src/main/resources/db/schema.sql index 0b96b44..310565a 100644 --- a/src/main/resources/db/schema.sql +++ b/src/main/resources/db/schema.sql @@ -99,4 +99,4 @@ CREATE TABLE seller_order_item ( -- 新增 payment_id 字段 ALTER TABLE seller_orders - ADD COLUMN payment_id VARCHAR(64) DEFAULT NULL COMMENT '交易流水号(关联支付表)'; \ No newline at end of file + ADD COLUMN payment_id bigint DEFAULT NULL COMMENT '交易流水号(关联支付表)'; \ No newline at end of file