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