I recently started an application that is using foreign key constraints in the database. How do I get these constraints to be placed in the test database to ensure that my tests are running on the same schema that my application is?
Thanks, Alex
I recently started an application that is using foreign key constraints in the database. How do I get these constraints to be placed in the test database to ensure that my tests are running on the same schema that my application is?
Thanks, Alex