45072f34d2
d7154d4832
f6d5036dd6
1
2
3
4
5
6 7 8 9 10
class CreateArticles < ActiveRecord::Migration def change create_table :articles do |t| t.string :title t.text :text t.timestamps end end end