En succès
A duré 10 ms.
Standard Output
2024-09-21 10:03:35 DEBUG DDLDeployer create table AbstractVehicle(id int not null, unique (id))
2024-09-21 10:03:35 DEBUG DDLDeployer create table Vehicle(id int not null, unique (id))
2024-09-21 10:03:35 DEBUG DDLDeployer create table Car(model varchar(255), color int, id int not null, unique (id))
2024-09-21 10:03:35 DEBUG DDLDeployer alter table Vehicle add constraint FK_Vehicle_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)
2024-09-21 10:03:35 DEBUG DDLDeployer alter t
...[truncated 1465 chars]...
ode$MergeJoinRowConsumer@5673e545 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>]
2024-09-21 10:03:35 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.MergeJoinNode$MergeJoinRowConsumer@e991ee5 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>]