The message I get when I hit go is:
MySQL Query ( ALTER TABLE `comments` ADD CONSTRAINT `comments_ibfk_1` FOREIGN KEY (`imageid`) REFERENCES `images` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; ) Failed. Error: Key column 'imageid' doesn't exist in table
I don't know whats wrong. Please help?
Comments
It sounds like the 'comments' table did not get created correctly... is there a way you can look at the database, through PhpMyAdmin for example?