Standard Output
2026-03-16 22:16:27 DEBUG DDLDeployer create table Choice(label varchar(255), id int not null, unique (id))
2026-03-16 22:16:27 DEBUG DDLDeployer create table RecoveryQuestion(comment varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-03-16 22:16:27 DEBUG DDLDeployer create table RecoveryQuestion_answer_choices(recoveryQuestion_id bigint not null, answer_choices_id int not null, idx integer, unique (recoveryQuestion_id, answer_choices_
...[truncated 5530 chars]...
nsumer on object o.c.s.e.m.s.RecoveryQuestion#2
2026-03-16 22:16:27 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.s.RecoveryQuestion
2026-03-16 22:16:27 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.m.s.RecoveryQuestion#2
2026-03-16 22:16:27 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.s.RecoveryQuestion#2