|
|
il y a 4 ans | |
|---|---|---|
| .. | ||
| README.md | il y a 4 ans | |
| create-db.png | il y a 4 ans | |
| show.png | il y a 4 ans | |
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