Displaying 1 result from an estimated 1 matches for "categories_parent_categoryid".
2008 May 19
2
x is not a number error??
...;
Column | Type |
Modifiers
-------------------+---------
+--------------------------------------------------------------------------
id | integer | not null default
nextval(''categories_id_seq''::regclass)
parent_categoryid | integer |
...
Indexes:
"categories_parent_categoryid" btree (parent_categoryid)
Foreign-key constraints:
"$1" FOREIGN KEY (parent_categoryid) REFERENCES categories(id) ON
DELETE CASCADE
Thanks for any help you can offer.
Matt
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscrib...