|
|
5 vuotta sitten | |
|---|---|---|
| .. | ||
| README.md | 5 vuotta sitten | |
| create-db.png | 5 vuotta sitten | |
| show.png | 5 vuotta sitten | |
Rails command
# migrate the database to latest
rake db:migrate
# rolls the schema back to the previous version
rake db:rollback
# loads the seed data
rake db:seed
Show database