convert wert from public.tbl_variable to TEXT

This commit is contained in:
chfhtw
2025-09-12 08:37:18 +02:00
parent 087fb6a702
commit d9c716a62b
6 changed files with 34 additions and 60 deletions
+1 -1
View File
@@ -9755,7 +9755,7 @@ COMMENT ON TABLE public.tbl_tag IS 'Orders and Company Tags';
CREATE TABLE public.tbl_variable (
name character varying(64) NOT NULL,
uid character varying(32) NOT NULL,
wert character varying(64)
wert text
);