schema changes

This commit is contained in:
2021-02-05 11:18:35 +01:00
parent cc47292f7b
commit 667ddc7b5c
2 changed files with 27 additions and 0 deletions

View File

@ -62,3 +62,7 @@ end;
delimiter ;
-- alter table mieter
-- add constraint ck_iban
-- check(check_iban(iban) = TRUE);