En succès
A duré 19 ms.
Standard Output
2025-03-27 07:13:47 DEBUG DDLDeployer create table AbstractVehicle(id int not null, unique (id))
2025-03-27 07:13:47 DEBUG DDLDeployer create table Vehicle(id int not null, unique (id))
2025-03-27 07:13:47 DEBUG DDLDeployer create table Car(model varchar(255), color int, id int not null, unique (id))
2025-03-27 07:13:47 DEBUG DDLDeployer alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-03-27 07:13:47 DEBUG DDLDeployer alter t
...[truncated 1466 chars]...
de$MergeJoinRowConsumer@2a647e83 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-03-27 07:13:47 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@3ea1c553 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>]