Ryan Roberts

Results 4 issues of Ryan Roberts

When using `table.foreign()` it does not utilize the schema from `knex.schema.withSchema()`. As a result, the foreign key ends up referencing a table with no schema specified. This seems like fragile...

Fix make method to ensure it doesn’t save related models to db when create method has previously been used.