En succès
A duré 15 ms.
Standard Output
2026-02-11 22:36:02 DEBUG DDLDeployer create table Car(model varchar(255), id int not null, unique (id))
2026-02-11 22:36:02 DEBUG DDLDeployer create table Engine(id int not null, vehicleId int, unique (id))
2026-02-11 22:36:02 DEBUG DDLDeployer create table Truck(id int not null, unique (id))
2026-02-11 22:36:02 DEBUG DDLDeployer create table Vehicle(color int, id int not null, unique (id))
2026-02-11 22:36:02 DEBUG DDLDeployer alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id)
...[truncated 5047 chars]...
ne where id = ? | {1={Engine.id=o.c.s.i.PersistedIdentifier@42}}
2026-02-11 22:36:02 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:36:02 TRACE SQLOperation delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistedIdentifier@2}}
2026-02-11 22:36:02 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:36:02 TRACE SQLOperation delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@2}}
2026-02-11 22:36:02 TRACE SQLOperation select id from Truck | {}