Sha256: 9357ec0a57c49123c4afaca028ae4f348e44c8467df87b4769be83fcbef9c9ab
Contents?: true
Size: 258 Bytes
Versions: 8
Compression:
Stored size: 258 Bytes
Contents
class CreatePlanFeatures < ActiveRecord::Migration def change create_table :plan_features do |t| t.string :value t.string :display_value t.integer :plan_id t.integer :feature_id t.timestamps null: false end end end
Version data entries
8 entries across 8 versions & 1 rubygems