Submit social housing lettings and sales data (CORE)
 
 
 
 

7 lines
190 B

class AddHasOtherClientGroupField < ActiveRecord::Migration[7.0]
def change
change_table :schemes, bulk: true do |t|
t.column :has_other_client_group, :integer
end
end
end