En succès
A duré 9 ms.
Standard Output
2025-10-01 20:49:38 DEBUG DDLDeployer create table Part(name varchar(255), id bigint not null, unique (id))
2025-10-01 20:49:38 DEBUG DDLDeployer create table Question(label varchar(255), id bigint not null, unique (id))
2025-10-01 20:49:38 DEBUG SQLOperation Batching statement 1 times
2025-10-01 20:49:38 TRACE SQLOperation insert into Question(label, id) values (?, ?) | {1={Question.id=1, Question.label=What's the answer to Life, the Universe and Everything ?}}