Is it possible to specify a SQL Server schema name in a Rails ActiveRecord migration?
- by Brian Sullivan
The current convention where I work is to use SQL Server schemas like namespaces (e.g. Company.Employees, Company.Branches, etc.) Is it possible to get an ActiveRecord migration to use anything other than the default "dbo" schema in SQL Server?