Added NOTNULL Constrait to tbl_gehaltsabrechnung.gehaltsbestandteil_id

This commit is contained in:
Andreas Österreicher
2023-03-15 17:26:04 +01:00
parent a413064d80
commit b2a6db9ed3
+1 -1
View File
@@ -81,7 +81,7 @@ if ($result = $db->db_query("SELECT * FROM information_schema.tables WHERE table
gehaltsabrechnung_id serial NOT NULL,
datum date,
betrag bytea,
gehaltsbestandteil_id integer,
gehaltsbestandteil_id integer NOT NULL,
CONSTRAINT tbl_gehaltsabrechnung_pk PRIMARY KEY (gehaltsabrechnung_id)
);