Explanation
During a CREATE or ALTER TABLE, you defined a reference to a table without specifying the referenced columns, and the referenced table does not contain a primary key.
The SQLSTATE that equates to this SQL return code is 55S06.
User Response
Define a primary key on the referenced table, or explicitly specify the columns in the foreign key reference definition.
|
Copyright © 2014 CA.
All rights reserved.
|
|