En succès
A duré 7 ms.
Standard Output
2024-10-06 18:13:00 DEBUG DDLDeployer create table Vehicle(id bigint not null, unique (id))
2024-10-06 18:13:00 DEBUG DDLDeployer create table AbstractVehicle(id bigint not null, unique (id))
2024-10-06 18:13:00 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, unique (id))
2024-10-06 18:13:00 DEBUG DDLDeployer alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2024-10-06 18:13:00 DEBUG DDLDeployer alter tab
...[truncated 1050 chars]...
eating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@40ba4a5d
2024-10-06 18:13:00 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@f71c62d on object Car{id=42, color=null, model='Renault'}
2024-10-06 18:13:00 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@1d0b8d3c on object Car{id=42, color=null, model='Renault'}