From c4b287dfe76ce3ed58b761d7c39be144b5b8a0f2 Mon Sep 17 00:00:00 2001 From: leguadmin Date: Mon, 27 Feb 2023 10:42:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E4=BA=8B=E4=BB=B6=E8=A1=A8.sql'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 初始化事件表.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/初始化事件表.sql b/初始化事件表.sql index 047b39b..0ded3e8 100644 --- a/初始化事件表.sql +++ b/初始化事件表.sql @@ -42,7 +42,7 @@ create table event `#event_name` String, `#server_time` DateTime('UTC') default now(), - unitPrice Nullable(UInt16), + unitPrice Nullable(UInt32), money Nullable(String), islishishouci Nullable(UInt8), isdangrishouci Nullable(UInt8),