Standard Output
2026-02-18 18:44:21 DEBUG DDLDeployer create table Restaurant(name varchar(255), description varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2026-02-18 18:44:21 DEBUG DDLDeployer create table Review(rating integer not null, comment varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, restaurantId bigint, unique (id))
2026-02-18 18:44:21 DEBUG DDLDeployer alter table Review add constraint FK_Review
...[truncated 10379 chars]...
nflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.model.restaurant.Restaurant@4cae76cc
2026-02-18 18:44:21 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.r.Restaurant
2026-02-18 18:44:21 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.model.restaurant.Restaurant@4cae76cc