Explorar o código

update sys_dict_data

allen hai 9 meses
pai
achega
4c0f49ed45
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 );