From 1004a0c0d2c554744a2ba0b28c7ce3abfab899ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Sun, 25 Aug 2024 12:41:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/dm8/maku.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/dm8/maku.sql b/db/dm8/maku.sql index 2b82112..0d8a9ae 100644 --- a/db/dm8/maku.sql +++ b/db/dm8/maku.sql @@ -367,7 +367,7 @@ create table sys_dict_type dict_sql varchar(500), remark varchar(255), sort int, - pid int8, + pid bigint, has_child int default 0, tenant_id bigint, version int,