Browse Source

update sys_dict_data

allen 9 months ago
parent
commit
4c0f49ed45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/sql/postgresql/postgresql-V1.0.0.sql

+ 1 - 1
script/sql/postgresql/postgresql-V1.0.0.sql

@@ -1989,7 +1989,7 @@ CREATE TABLE public.sys_dict_data
     create_time timestamp without time zone,
     update_by   bigint,
     update_time timestamp without time zone,
-    remark      character varying(500) DEFAULT NULL::character varying
+    remark      character varying(2000) DEFAULT NULL::character varying
 );