Standard Output
2026-04-04 06:15:56 DEBUG DDLDeployer create table Toto(creationDate timestamp, modificationDate timestamp, readonlyProperty varchar(255), id varchar(36) not null, unique (id))
2026-04-04 06:15:56 DEBUG SQLOperation Batching statement 1 times
2026-04-04 06:15:56 TRACE SQLOperation insert into Toto(creationDate, modificationDate, id) values (?, ?, ?) | {1={Toto.creationDate=Sat Apr 04 06:15:56 UTC 2026, Toto.modificationDate=Sat Apr 04 06:15:56 UTC 2026, Toto.id=o.c.s.i.PersistedIdentifier@a131374f-584b-4378-b4bf-a9f53d85408a}}
2026-04-04 06:15:56 TRACE SQLOperation select readonlyProperty from Toto | {}