Creating A Migration
Goals
Topics |
---|
id |
title |
description |
Steps
Step 1
Type this in the shell:rails generate scaffold topic title:string description:textStep 2
Type this in the shell:rails db:migrate
Explanation
Next Step:
Go on to Rails Architecture