Standard Output
2026-04-20 14:17:17 DEBUG DDLDeployer create table Address(street varchar(255), id int not null, unique (id))
2026-04-20 14:17:17 DEBUG DDLDeployer create table Device(name varchar(255), id int not null, positionId int not null, unique (id))
2026-04-20 14:17:17 DEBUG DDLDeployer alter table Device add constraint FK_Device_positionId_Address_id foreign key(positionId) references Address(id)