|
|
hace 4 años | |
|---|---|---|
| .. | ||
| README.md | hace 4 años | |
| create-db.png | hace 4 años | |
| show.png | hace 4 años | |
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