refactor typ

This commit is contained in:
2026-06-04 23:12:32 +02:00
parent 5fb2b3666f
commit 581c8bee88
15 changed files with 46 additions and 55 deletions

View File

@@ -1,6 +1,5 @@
CREATE TABLE IF NOT EXISTS typen (
typ_id UUID PRIMARY KEY,
-- id CHAR(26) UNIQUE NOT NULL,
id ULID UNIQUE NOT NULL,
typname VARCHAR NOT NULL,
erstellt_am TIMESTAMP WITH TIME ZONE NOT NULL,