@Almeonamy commented on Tue Sep 17 2019
The page has mistake. Meigrate.exe _can_ generate sql script for migration. It has option "/scriptFile".
⚠ Не вносите правки в этот раздел. Это необходимо для связывания страницы сайта docs.microsoft.com с вопросом на GitHub.
@srvbpigh commented on Tue Sep 17 2019
Hello, @Almeonamy
Thank you for your feedback.
We are actively reviewing your comments and will get back to you soon.
Kind regards,
Microsoft DOCS International Team
Hi team,
I moved this here because the user made a sugggestion on the original documentation
best
The page needs to go away.
Geez guys. Trying to learn EF6 migrations is confusing enough without me wasting time trying to work with the documentation and it doesn't work because the docs are SIX YEARS out of date. Shows what kind of priority MS places to documentation.
migrate.exe | ef6.exe database update
--- | ---
\
\
\
/targetMigration | --target
/startUpDirectory | --project-dir
/scriptFile | --script
/sourceMigration | --source
/startUpConfigurationFile | --config
/startUpDataDirectory | --data-dir
/connectionStringName | --connection-string-name
/connectionString | --connection-string
/connectionProviderName | --connection-provider
/force | --force
/verbose | --verbose
/? | --help
Most helpful comment
migrate.exe | ef6.exe database update | --assembly | --migrations-config | (no equivalent. Ensure it's in the same directory as --assembly)
--- | ---
\
\
\
/targetMigration | --target
/startUpDirectory | --project-dir
/scriptFile | --script
/sourceMigration | --source
/startUpConfigurationFile | --config
/startUpDataDirectory | --data-dir
/connectionStringName | --connection-string-name
/connectionString | --connection-string
/connectionProviderName | --connection-provider
/force | --force
/verbose | --verbose
/? | --help