<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.configurer.resolver.manytomany.ManyToManyResolverTest$ForeignKeyCreation</className><duration>0.007</duration><failedSince>0</failedSince><name>customJoinTable_tableAndColumnsAreApplied</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-06-22 13:00:56	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2026-06-22 13:00:56	DEBUG	DDLDeployer	create table Choice(id int not null, label varchar(255), unique (id))
2026-06-22 13:00:56	DEBUG	DDLDeployer	create table Toto(left_side_id int not null, right_side_id int not null, unique (left_side_id, right_side_id))
2026-06-22 13:00:56	DEBUG	DDLDeployer	alter table Toto add constraint FK_Toto_right_side_id_Choice_id foreign key(right_side_id) references Choice(id)
2026-06-22 13:00:56	DEBUG	DDLDeployer	alter table Toto add constraint FK_Toto_left_side_id_Answer_id foreign key(left_side_id) references Answer(id)
</stdout></caseResult>