Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. class AddDescriptionToArticles < ActiveRecord::Migration
  2. def change
  3. add_column :articles, :description, :text
  4. add_column :articles, :created_at, :datetime
  5. add_column :articles, :updated_at, :datetime
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement