Skip to content

Commit

Permalink
sql update
Browse files Browse the repository at this point in the history
  • Loading branch information
fifthaccess committed Feb 14, 2022
1 parent faa7766 commit 3183153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/createDb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ create table if not exists Lied_Kuenstler
kuenstlerId int (40),
LiedId int (40)
);

create table if not exists Lied (
LiedId int auto_increment unique key primary key,
Kuensterzahl int (40),
Expand Down

0 comments on commit 3183153

Please sign in to comment.