Question: Suppose an object-relational mapping(ORM) library syncs a database from source code models. What is an advantage of supporting migrations of existing tables? 1. To populate
Suppose an object-relational mapping(ORM) library syncs a database from source code models. What is an advantage of supporting migrations of existing tables?
1. To populate text fixtures
2. To guarantee test database schemas match the production schema
3. Faster creation of test databases
4. To allow additional constraints on the tables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
