En succès
A duré 7 ms.
Standard Output
2024-09-16 21:04:01 DEBUG DDLDeployer create table Vehicle(id bigint not null, unique (id))
2024-09-16 21:04:01 DEBUG DDLDeployer create table AbstractVehicle(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2024-09-16 21:04:01 DEBUG DDLDeployer create table Car(model varchar(255), id bigint not null, unique (id))
2024-09-16 21:04:01 DEBUG DDLDeployer alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references Abstrac
...[truncated 1090 chars]...
Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@3b0a188f
2024-09-16 21:04:01 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@6dea17a2 on object Car{id=1, color=null, model='Renault'}
2024-09-16 21:04:01 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@64fa4f0 on object Car{id=1, color=null, model='Renault'}