Refactor SQL files This separates the SQL files according to its functionality: - database.sql for creating only database - schema.sql for creating only database schema - fixture
Refactor SQL files This separates the SQL files according to its functionality: - database.sql for creating only database - schema.sql for creating only database schema - fixtures.sql for inserting only data fixtures This helps in building project from scratch with empty database with only schema to insert custom development fixtures.
show more ...
|