Browse Source

update sys_dict_data

allen 9 tháng trước cách đây
mục cha
commit
4c0f49ed45
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 );