<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation</className><duration>0.012</duration><failedSince>0</failedSince><name>withTargetTableAndTableSetByTargetEntity_targetTableIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-03-12 07:26:39	DEBUG	DDLDeployer	create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-03-12 07:26:39	DEBUG	DDLDeployer	create table Township(name varchar(255), id int not null, countryId int, unique (id))
2025-03-12 07:26:39	DEBUG	DDLDeployer	alter table Township add constraint FK_Township_countryId_Country_id foreign key(countryId) references Country(id)
</stdout></caseResult>