From 75810f6c35e86f65fe133f6f0d71f70940786406 Mon Sep 17 00:00:00 2001 From: dengyinhuan Date: Tue, 28 Feb 2023 12:27:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E7=89=A9=E5=AD=97=E6=AE=B5=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/1.0.3/schema/7.update_user.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/1.0.3/schema/7.update_user.sql b/script/1.0.3/schema/7.update_user.sql index ec5bd1c..9cc7023 100644 --- a/script/1.0.3/schema/7.update_user.sql +++ b/script/1.0.3/schema/7.update_user.sql @@ -1 +1 @@ -ALTER TABLE "user" ADD structure VARCHAR(40); \ No newline at end of file +ALTER TABLE "user" ADD structure jsonb; \ No newline at end of file