-
Bug
-
Resolution: Done
-
Major
-
11.1
If Import FK's is turned OFF (unchecked) then PK's are not imported as part of the table schema.
RelationalModelProcessorImpl.createPrimaryKey() method is checking for includeFKs & includeInexes options and returning if both are false. Need to remove this check and let PK's be imported either way.