En succès
A duré 15 ms.
Standard Output
2025-12-11 07:53:09 DEBUG DDLDeployer create table Device(name varchar(255), id int not null, locationId int, unique (id))
2025-12-11 07:53:09 DEBUG DDLDeployer create table Town(street varchar(255), id int not null, unique (id))
2025-12-11 07:53:09 DEBUG DDLDeployer alter table Device add constraint FK_Device_locationId_Town_id foreign key(locationId) references Town(id)