1 2 3 4 5
class AddCurrentTenantIdToUsers < ActiveRecord::Migration def change add_column :users, :current_tenant_id, :integer end end