En succès
A duré 11 ms.
Standard Output
2025-05-22 06:40:56 DEBUG DDLDeployer create table AbstractVehicle(id int not null, unique (id))
2025-05-22 06:40:56 DEBUG DDLDeployer create table Vehicle(id int not null, unique (id))
2025-05-22 06:40:56 DEBUG DDLDeployer create table Car(model varchar(255), color int, id int not null, unique (id))
2025-05-22 06:40:56 DEBUG DDLDeployer alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-05-22 06:40:56 DEBUG DDLDeployer alter t
...[truncated 1466 chars]...
de$MergeJoinRowConsumer@77cad400 on object Car[model=Renault,plates=[],radio=<null>,color=Color[rgb=666],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]
2025-05-22 06:40:56 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@4388b66c on object Car[model=Renault,plates=[],radio=<null>,color=Color[rgb=666],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]