refactor Ulid und Dataloader
This commit is contained in:
8
migrations/20260528200947_struktur.up.sql
Normal file
8
migrations/20260528200947_struktur.up.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS strukturen (
|
||||
id UUID PRIMARY KEY,
|
||||
parent_id UUID REFERENCES strukturen (id),
|
||||
dienststelle VARCHAR NOT NULL,
|
||||
dienststelle_abk VARCHAR NOT NULL,
|
||||
slug TEXT NOT NULL,
|
||||
pfad LTREE
|
||||
);
|
||||
Reference in New Issue
Block a user