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