Skip to content

Commit

Permalink
sql v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fifthaccess committed Mar 1, 2022
1 parent 9b47f4e commit e20c46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/createDb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Projekt_06;

create table if not exists Lied (
LiedId int auto_increment unique key primary key,
Kuensterzahl int (40),
Kuenstleranzahl int (40),
Liedname varchar (40),
Erscheinungsdatum date
);
Expand Down

0 comments on commit e20c46a

Please sign in to comment.