Sha256: 1b2b0fb49a8b2c2c43c5c908fe407a75d39e7241d4e74a948aac4706074e12c0
Contents?: true
Size: 306 Bytes
Versions: 15
Compression:
Stored size: 306 Bytes
Contents
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