commandbox-modules / commandbox-migrations

MIT License
7 stars 9 forks source link

Add MSSQL syntax and SCHEMA syntax #7

Closed gpickin closed 5 years ago

gpickin commented 5 years ago

Adding a MSSQL example in addition to the MySQL version will be useful for quick reference. This will save people a lot of time to guess what is needed for MSSQL.

I think using the DB_DATABASE name for the schema is misleading, although valid in MySQL, this change of using a variable named DB_SCHEMA and adding that with an example of the dbo required for MSSQL should be helpful.