Sha256: fa75a6b002cda7bef9da3c4f5f5488f06780e0f50a6449f72295ce16f6cf578c
Contents?: true
Size: 293 Bytes
Versions: 27
Compression:
Stored size: 293 Bytes
Contents
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