En succès
A duré 6 ms.
Standard Output
2025-03-05 07:17:32 DEBUG DDLDeployer create table AbstractVehicle(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-03-05 07:17:32 DEBUG DDLDeployer create table Vehicle(id bigint not null, unique (id))
2025-03-05 07:17:32 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, unique (id))
2025-03-05 07:17:32 DEBUG DDLDeployer alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references Abstrac
...[truncated 1091 chars]...
reating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2b3789d3
2025-03-05 07:17:32 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@58d3e311 on object Car{id=1, color=null, model='Renault'}
2025-03-05 07:17:32 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@4fbd80c9 on object Car{id=1, color=null, model='Renault'}