Sha256: 98355fe5b955bc7cfdc8b19d5da8e05a7886de87eb57fefe2caa2487f83d0448

Contents?: true

Size: 280 Bytes

Versions: 1

Compression:

Stored size: 280 Bytes

Contents

class CreatePaidUpFeaturesPlansTable < ActiveRecord::Migration
  def change
    create_table :paid_up_features_plans do |t|
      t.references :plan, index: true, foreign_key: true
      t.string :feature, index: true, foreign_key: true
      t.integer :setting
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
paid_up-0.3.0 db/migrate/20150407105900_create_paid_up_features_plans_table.rb