typ refactor

This commit is contained in:
2026-06-03 22:08:44 +02:00
parent 16f8a929d2
commit b3b7b75ea8
22 changed files with 92 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
CREATE TABLE IF NOT EXISTS liegenschaften (
id_liegenschaft UUID PRIMARY KEY,
id VARCHAR UNIQUE,
id CHAR(26) UNIQUE,
liegenschaftname VARCHAR NOT NULL,
erstellt_am TIMESTAMP WITH TIME ZONE NOT NULL,
geaendert_am TIMESTAMP WITH TIME ZONE NOT NULL