Sha256: e7f0ca20de5c012bdb99af1705d475f5130abea368bd5b09cb77467dab14040d
Contents?: true
Size: 348 Bytes
Versions: 14
Compression:
Stored size: 348 Bytes
Contents
# This migration comes from paid_up (originally 20150407105900) class CreatePaidUpFeaturesPlansTable < ActiveRecord::Migration def change create_table :paid_up_features_plans do |t| t.references :feature, index: true, foreign_key: true t.references :plan, index: true, foreign_key: true t.integer :setting end end end
Version data entries
14 entries across 14 versions & 1 rubygems