En succès
A duré 16 ms.
Standard Output
2025-03-20 08:26:29 DEBUG DDLDeployer create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))
2025-03-20 08:26:29 DEBUG DDLDeployer create table Answer(id int not null, unique (id))
2025-03-20 08:26:29 DEBUG DDLDeployer create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))
2025-03-20 08:26:29 DEBUG DDLDeployer create table Question(id int not null, unique (id))
2025-03-20 08:26:29
...[truncated 20016 chars]...
hoices_id=o.c.s.i.PersistableIdentifier@10}, 2={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.idx=2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}, 3={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.idx=3, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}}
2025-03-20 08:26:29 TRACE SQLOperation select Answer_Choices.answer_Id, Answer_Choices.idx, Answer_Choices.choices_Id from Answer_Choices order by Answer_Choices.idx | {}