I\'m trying to create a table but the script fails as soon as my netbeans errors the first table of DB.
How can this be solved?
CREATE TABLE filmy (
I usually get that error when I try to add a foreign key for a column that doesn't have an index on it; I notice that none of your associated columns do in the SQL shown.