Displaying 1 result from an estimated 1 matches for "seed_database".
2006 Jun 09
1
Prepopulating Database Tables - Migrations?
I''m starting to get into using migrations, but I''m trying to figure out
the best practice for prepopulating database tables. I''m talking about
support tables that need to have data before the application can run.
Before I just had a sql script with all the drop and create statements,
and some insert statements at the bottom.
I know there are a million ways to do