Sha256: bd8e6eb179995cc27f6a7180a1c845b549c4b9aa2407de54307dc78b89e4f4fc
Contents?: true
Size: 357 Bytes
Versions: 27
Compression:
Stored size: 357 Bytes
Contents
# This migration comes from paid_up (originally 20150407105900) class CreatePaidUpPlanFeatureSettingsTable < ActiveRecord::Migration def change create_table :paid_up_plan_feature_settings 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
27 entries across 27 versions & 1 rubygems