Sha256: b5123102dbabba3bd8ca0107015c49647307bbf9ee3454a985b1380b84c79326
Contents?: true
Size: 370 Bytes
Versions: 15
Compression:
Stored size: 370 Bytes
Contents
# This migration comes from paid_up (originally 20160207113800) class CreatePaidUpPlanFeatureSettingsTable < ActiveRecord::Migration[5.2] 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
15 entries across 15 versions & 1 rubygems