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