Sha256: 61061e76f6793075b3362e041db65fdc24cee53bf8f9f51b78e0c92b54630105

Contents?: true

Size: 202 Bytes

Versions: 16

Compression:

Stored size: 202 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

16 entries across 16 versions & 1 rubygems

Version Path
easy_reports-0.0.22 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.21 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.20 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.19 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.18 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.17 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.16 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.15 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.14 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.13 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.11 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.10 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.9 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.8 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.7 db/migrate/20141207141745_create_easy_reports_reports.rb
easy_reports-0.0.6 db/migrate/20141207141745_create_easy_reports_reports.rb