20120315180917_create_pages.rb 251 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 # Author - Igor Portela - igorportela.com | Copyright(c) 2013. All rights reserved. class CreatePages < ActiveRecord::Migration def change create_table :pages do |t| t.string :title t.text :text t.timestamps end end end