# This migration comes from easy_reports (originally 20141207141745) class CreateEasyReportsReports < ActiveRecord::Migration def change create_table :easy_reports_reports do |t| t.string :title t.text :description t.timestamps end end end