Status: New
Owner: ----
New issue 81 by
veny...@yahoo.com: Error in creating Foreign Key
http://code.google.com/p/sarasvati/issues/detail?id=81
What steps will reproduce the problem?
1. Execute ALTER TABLE wf_process
ADD CONSTRAINT FK_process_parent
FOREIGN KEY (parent_token_id)
REFERENCES wf_node_token;
2. All other database scripts executed successfully except for the above.
Also there is no parent_token_id reference in wf_node_token table.
3. Please help with correct statement.
What is the expected output? What do you see instead?
ERROR 1005 (HY000): Can't create table 'workflow.#sql-1518_75' (errno: 150)
Please use labels and text to provide additional information.
Using MySQL 5.5 on Windows XP Pro.