Is it possible to specify a SQL Server schema name in a Rails ActiveRecord migration?
Posted
by Brian Sullivan
on Stack Overflow
See other posts from Stack Overflow
or by Brian Sullivan
Published on 2010-04-21T17:29:26Z
Indexed on
2010/04/21
17:33 UTC
Read the original article
Hit count: 248
sql-server
|activerecord
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?
© Stack Overflow or respective owner