En succès
A duré 10 ms.
Standard Output
2026-01-18 04:53:32 DEBUG DDLDeployer create table Device(name varchar(255), id int not null, locationId int, unique (id))
2026-01-18 04:53:32 DEBUG DDLDeployer create table Township(street varchar(255), id int not null, unique (id))
2026-01-18 04:53:32 DEBUG DDLDeployer alter table Device add constraint FK_Device_locationId_Township_id foreign key(locationId) references Township(id)