Creating A Migration
Goals
| Topics |
|---|
| id |
| title |
| description |
Pasos
Step 1
Type this in the terminal:rails generate scaffold topic title:string description:textGo on to Rails Architecture
Step 2
Type this in the terminal:rails db:migrate
Explicación
Next Step:
Go on to CRUD With Scaffolding