Last active
April 11, 2023 12:05
-
-
Save uzbekdev1/b3b2f87ec45fce4d4511fbd9f5cb1c7a to your computer and use it in GitHub Desktop.
EF Core sql code generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oracle uchun test otgan!