Migrations

newbie here. I'm trying to understand/figure out migrations. In reading AWDR would you create migrations at the point in the book demo where they manually create the db? So instead of manually creating this the db would be created by the migration setup? And how does the granting of permissions take place. Do you still have to do that manually?

You will need to create the database and setup the permissions manually. Use migrations to create tables, columns, indexes, etc.

Hope this helps.

railsfid@gmail.com wrote: