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