namespace ChinookDatabase.DdlStrategies { /// /// Indicates where the key definition should be: on table create, on alter table, etc. /// public enum KeyDefinition { OnCreateTableColumn, OnCreateTableBottom, OnAlterTable } }