As an Ed-Fi developer, I want to generate SQL scripts for the LMS data store from MetaEd, so that I don't have to write them by hand.
Acceptance Criteria
Supports SQL Server 2014+. We might not test on SQL Server 2014 in detail, but would prefer to leave the possibility open by not using newer features unless there is a compelling reason.
Output file structure is same as the ODS.
Tables have a schema of {{lms}} instead of {{edfi}}.
Supports integer auto-incrementing surrogate keys for all tables.
User Story
As an Ed-Fi developer, I want to generate SQL scripts for the LMS data store from MetaEd, so that I don't have to write them by hand.
Acceptance Criteria