Sha256: c09eab1bade3b8baea8a253408596a223b3300bdd73df63837b4e4de053ec7f2

Contents?: true

Size: 282 Bytes

Versions: 2

Compression:

Stored size: 282 Bytes

Contents

# 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
easy_reports-0.0.25 test/dummy/db/migrate/20141214161417_create_easy_reports_reports.easy_reports.rb
easy_reports-0.0.24 test/dummy/db/migrate/20141214161417_create_easy_reports_reports.easy_reports.rb