Sha256: 4e24db7f0071ac8f6b1d531d321e8fb5dda38a1cbcfd026f766a264550994d70

Contents?: true

Size: 280 Bytes

Versions: 6

Compression:

Stored size: 280 Bytes

Contents

class CreatePlans < ActiveRecord::Migration[5.1]
  def change
    create_table :plans do |t|
      t.string :name
      t.string :stripe_id
      t.float :price
      t.text :features
      t.boolean :highlight
      t.integer :display_order

      t.timestamps
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tellimus-0.1.2 spec/dummy/db/migrate/20130318204458_create_plans.rb
tellimus-0.1.1 spec/dummy/db/migrate/20130318204458_create_plans.rb
tellimus-0.1.0 spec/dummy/db/migrate/20130318204458_create_plans.rb
tellimus-0.0.4 spec/dummy/db/migrate/20130318204458_create_plans.rb
tellimus-0.0.3 spec/dummy/db/migrate/20130318204458_create_plans.rb
koudoku-2.0.0 spec/dummy/db/migrate/20130318204458_create_plans.rb