Sha256: 35abf1d5a1909fa7224dbb490d74625d37684a9112bce9f59640c26e560bf3f0
Contents?: true
Size: 365 Bytes
Versions: 37
Compression:
Stored size: 365 Bytes
Contents
# This migration comes from paid_up (originally 20160207113800) 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