Skip to content

Commit

Permalink
WIP Multiple utfall.
Browse files Browse the repository at this point in the history
  • Loading branch information
flexable777 committed Oct 2, 2023
1 parent 1d5559b commit b9ec0ee
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CREATE TABLE klage.innholdsfortegnelse
(
id UUID PRIMARY KEY,
mellomlager_id TEXT NOT NULL,
hoveddokument_id UUID,
created TIMESTAMP NOT NULL,
modified TIMESTAMP NOT NULL,
CONSTRAINT fk_innholdsfortegnelse_dokument_under_arbeid
FOREIGN KEY (hoveddokument_id)
REFERENCES klage.dokument_under_arbeid (id)
);

0 comments on commit b9ec0ee

Please sign in to comment.