Sha256: 8874319c9455b5fcd98b41a9a75331fb1cfef77d2627f6fc89f8d5f59c0ed480

Contents?: true

Size: 212 Bytes

Versions: 4

Compression:

Stored size: 212 Bytes

Contents

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

4 entries across 4 versions & 1 rubygems

Version Path
easy_reports-0.0.27 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.26 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.25 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.24 db/migrate/20141207141745_create_easy_reports_reports.rb