Skip to content

Instantly share code, notes, and snippets.

@uzbekdev1
Last active April 11, 2023 12:05
Show Gist options
  • Save uzbekdev1/b3b2f87ec45fce4d4511fbd9f5cb1c7a to your computer and use it in GitHub Desktop.
Save uzbekdev1/b3b2f87ec45fce4d4511fbd9f5cb1c7a to your computer and use it in GitHub Desktop.
EF Core sql code generator
1) Code behind migration
Add-Migration DbInit
Add-Migration ChangeModuleTable
2) SQL script generation
Script-DbContext -Output .\Demo\SP.Migrator\Scripts\Dbinit.sql
Script-Migration -From 20211006144209_DbInit -To 20211006144301_ChangeModuleTable -Output .\Demo\SP.Migrator\Scripts\ChangeModuleTable.sql
@uzbekdev1
Copy link
Author

Oracle uchun test otgan!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment