Parcourir la source

update sys_dict_data

allen il y a 9 mois
Parent
commit
4c0f49ed45
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 );