En succès
A duré 8 ms.
Standard Output
2025-04-27 09:16:44 DEBUG DDLDeployer create table AbstractVehicle(id bigint not null, unique (id))
2025-04-27 09:16:44 DEBUG DDLDeployer create table Vehicle(id bigint not null, unique (id))
2025-04-27 09:16:44 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, unique (id))
2025-04-27 09:16:44 DEBUG DDLDeployer alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-04-27 09:16:44 DEBUG DDLDeployer alter tab
...[truncated 1051 chars]...
ating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@56f0a8f3
2025-04-27 09:16:45 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@1f0984fa on object Car{id=42, color=null, model='Renault'}
2025-04-27 09:16:45 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@4c6d10d8 on object Car{id=42, color=null, model='Renault'}