I just cloned my project from my github account. I spin the server and i'm getting
triggerUncaughtException(err, true /* fromPromise */);
name: 'SequelizeDatabaseError',
parent: Error: Cannot drop table 'dealers' referenced by a foreign key constraint 'cars_ibfk_1' on table 'cars'.
sql: 'DROP TABLE IF EXISTS Dealers
;',
parameters: undefined
I expected to get a table created in my local mysql database with no errors. I tried checking the connection host if it matches one with my installed mysql connection.