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