class CreateEasyReportsReports < ActiveRecord::Migration def change create_table :easy_reports_reports do |t| t.string :title t.text :description t.timestamps end end end