En succès
A duré 10 ms.
Standard Output
2024-10-16 21:08:49 DEBUG DDLDeployer create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2024-10-16 21:08:49 DEBUG DDLDeployer create table Question(id int not null, unique (id))
2024-10-16 21:08:49 DEBUG DDLDeployer create table Answer(id int not null, unique (id))
2024-10-16 21:08:49 DEBUG DDLDeployer create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2024-10-16 21:08:49
...[truncated 2787 chars]...
tableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30, Answer_choices.idx=4}}
2024-10-16 21:08:49 DEBUG SQLOperation delete from Answer_choices where answer_id in (?) | {1=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:49 DEBUG SQLOperation delete from Answer where id in (?) | {Answer.id=o.c.s.i.PersistableIdentifier@1}
2024-10-16 21:08:49 DEBUG SQLOperation select count(*) as c from Answer_Choices | {}
2024-10-16 21:08:49 DEBUG SQLOperation select id from Choice | {}