Sha256: 37b763826b8c4568b97a7154d265fcd423a5699e5a1a8c2cba40f7d3dd082150

Contents?: true

Size: 293 Bytes

Versions: 3

Compression:

Stored size: 293 Bytes

Contents

class CreateHeartDashboards < ActiveRecord::Migration
  def change
    create_table :heart_dashboards do |t|
      t.string :title
      t.text :dashboard
      t.text :description
      t.date :date_from
      t.integer :status
      t.string :supplement
      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
heart-0.0.2 db/migrate/20130902080256_create_heart_dashboards.rb
heart-0.0.1 db/migrate/20130902080256_create_heart_dashboards.rb
heart-0.0.1.pre db/migrate/20130902080256_create_heart_dashboards.rb