Skip to content

Commit

Permalink
sql v2
Browse files Browse the repository at this point in the history
  • Loading branch information
fifthaccess committed Feb 16, 2022
1 parent 3183153 commit 0280515
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/createDb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ create table if not exists Lied_Kuenstler

create table if not exists Kuenstler (
KuenstlerId int auto_increment unique key primary key,
Gehalt int (40),
Gehalt int (40),0,

Herkunftsland varchar (40),
Vorname varchar (40),
Nachname varchar (40),
Expand Down

0 comments on commit 0280515

Please sign in to comment.