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