En succès
A duré 14 ms.
Standard Output
2025-12-08 16:51:42 DEBUG DDLDeployer create table Device(name varchar(255), id int not null, locationId int, unique (id))
2025-12-08 16:51:42 DEBUG DDLDeployer create table Township(street varchar(255), id int not null, unique (id))
2025-12-08 16:51:42 DEBUG DDLDeployer alter table Device add constraint FK_Device_locationId_Township_id foreign key(locationId) references Township(id)