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