changes Sterbedatum to date_of_death

This commit is contained in:
2023-10-11 07:13:38 +02:00
parent 5b67db9779
commit 6c8d1bbfd6
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ CREATE TABLE composer (
first_name VARCHAR(255) NOT NULL,
name VARCHAR(255) NOT NULL,
date_of_birth DATE NOT NULL,
Sterbedatum DATE
date_of_death DATE
);
CREATE TABLE Werk (