class AddFeatureFlagsToSite < ActiveRecord::Migration IrresponsibleModule AddFeatureFlagsToSite has no descriptive comment def change add_column :sites, :feature_flags, :jsonb, default: {}, null: false end end