En succès
A duré 12 ms.
Standard Output
2025-04-27 09:16:43 DEBUG DDLDeployer create table AbstractVehicle(id int not null, unique (id))
2025-04-27 09:16:43 DEBUG DDLDeployer create table Vehicle(id int not null, unique (id))
2025-04-27 09:16:43 DEBUG DDLDeployer create table Car(model varchar(255), color int, id int not null, unique (id))
2025-04-27 09:16:43 DEBUG DDLDeployer alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2025-04-27 09:16:43 DEBUG DDLDeployer alter t
...[truncated 1465 chars]...
ode$MergeJoinRowConsumer@110b973d 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-04-27 09:16:43 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@c968d7e 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>]