add forderung

This commit is contained in:
Wolfgang Hottgenroth 2021-01-17 14:44:51 +01:00
parent 4c3c3706b3
commit 8f1795e4d5
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469

View File

@ -48,6 +48,7 @@ create table zahlung (
datum_ist date not null,
datum_soll date not null,
betrag decimal (20, 10) not null,
kommentar varchar(128),
constraint primary key (id),
constraint foreign key fk_zahlung_mieter (mieter)
references mieter (id)