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