Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.99.4
-
None
Description
There are a few places where there foreign keys are inaccurately listed. For example:
* +------------------------------+ * | SQ_CONNECTOR_DIRECTIONS | * +------------------------------+ * | SQCD_ID: BIGINT PK AUTO-GEN | * | SQCD_CONNECTOR: BIGINT |FK SQCD_CONNECTOR(SQC_ID) * | SQCD_DIRECTION: BIGINT |FK SQCD_DIRECTION(SQD_ID) * +------------------------------+
In the above snippet, FK SQCD_CONNECTOR(SQC_ID) should be FK _SQ_CONFIGURABLE(SQC_ID).