Sha256: 723a6fdaf17ea970ab2e4a3378cb5469e8850f142d7931c360d245a565c865d2
Contents?: true
Size: 301 Bytes
Versions: 37
Compression:
Stored size: 301 Bytes
Contents
class CreatePaidUpPlanFeatureSettingsTable < ActiveRecord::Migration def change create_table :paid_up_plan_feature_settings do |t| t.references :paid_up_plan, index: true, foreign_key: true t.string :feature, index: true, foreign_key: true t.integer :setting end end end
Version data entries
37 entries across 37 versions & 1 rubygems