# This migration comes from blob (originally 20150215215552) class CreateBlobArticles < ActiveRecord::Migration def change create_table :blob_articles do |t| t.string :title t.text :content t.timestamps null: false end end end