Standard Output
2024-10-17 06:24:19 DEBUG DDLDeployer create table Part(name varchar(255), id bigint not null, unique (id))
2024-10-17 06:24:19 DEBUG DDLDeployer create table Question(label varchar(255), id bigint not null, unique (id))
2024-10-17 06:24:19 DEBUG SQLOperation Batching statement 1 times
2024-10-17 06:24:19 DEBUG SQLOperation insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}