En succès
A duré 7 ms.
Standard Output
2026-01-27 07:19:45 DEBUG DDLDeployer create table Element(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))
2026-01-27 07:19:45 DEBUG SQLOperation Batching statement 1 times
2026-01-27 07:19:45 TRACE SQLOperation insert into Element(label, id, DTYPE) values (?, default, ?) | {1={Element.DTYPE=QUESTION, Element.label=What's the answer to Life, the Universe and Everything ?}}