En succès
A duré 8 ms.
Standard Output
2025-09-23 21:17:50 DEBUG DDLDeployer create table Address(street varchar(255), id int not null, unique (id))
2025-09-23 21:17:50 DEBUG DDLDeployer create table Device(name varchar(255), id int not null, locationId int, unique (id))
2025-09-23 21:17:50 DEBUG DDLDeployer alter table Device add constraint FK_Device_locationId_Address_id foreign key(locationId) references Address(id)