-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmusicdb.trace.db
More file actions
9 lines (9 loc) · 957 Bytes
/
musicdb.trace.db
File metadata and controls
9 lines (9 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
2025-12-16 15:54:24.333089+01:00 jdbc[3]: exception
org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "create table Album (id bigint generated by default as identity, title varchar(255), [*]year integer not null, artist_id bigint, primary key (id))"; expected "identifier"; SQL statement:
create table Album (id bigint generated by default as identity, title varchar(255), year integer not null, artist_id bigint, primary key (id)) [42001-224]
2025-12-16 15:54:24.344107+01:00 jdbc[3]: exception
org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ALBUM" not found; SQL statement:
alter table Album add constraint FKeornxb63o72l560qifpvd6ty foreign key (artist_id) references Artist [42102-224]
2025-12-16 15:54:24.345111+01:00 jdbc[3]: exception
org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ALBUM" not found; SQL statement:
alter table Song add constraint FK5i04cpyv4w83t78ui446eelht foreign key (album_id) references Album [42102-224]