add forderung
This commit is contained in:
@ -48,6 +48,7 @@ create table zahlung (
|
|||||||
datum_ist date not null,
|
datum_ist date not null,
|
||||||
datum_soll date not null,
|
datum_soll date not null,
|
||||||
betrag decimal (20, 10) not null,
|
betrag decimal (20, 10) not null,
|
||||||
|
kommentar varchar(128),
|
||||||
constraint primary key (id),
|
constraint primary key (id),
|
||||||
constraint foreign key fk_zahlung_mieter (mieter)
|
constraint foreign key fk_zahlung_mieter (mieter)
|
||||||
references mieter (id)
|
references mieter (id)
|
||||||
|
Reference in New Issue
Block a user