Re: [sqlalchemy] exc.NoForeignKeysError

2016-05-15 Thread Mike Bayer
I think your fk needs to read "clients.clientid". It uses the table name. On Sunday, May 15, 2016, Aaron Dalton wrote: > I am pulling my hair out here! I just wasted an hour trying to get this to > work. I already have one set of models working fine. I simply created

[sqlalchemy] exc.NoForeignKeysError

2016-05-15 Thread Aaron Dalton
I am pulling my hair out here! I just wasted an hour trying to get this to work. I already have one set of models working fine. I simply created a new model (a simple two tables) and am suddenly having nothing but trouble! Try as I might, I keep getting the following errors: -