Last active
September 27, 2020 14:41
-
-
Save MzITHiVE/dfb24ec40530ec638f3abb8019c36bf1 to your computer and use it in GitHub Desktop.
Entity framework import models database first .NET Core;
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
| Scaffold-DbContext "server=localhost;port=3306;user=USER;password=PASSWORD;database=DATABASE" Pomelo.EntityFrameworkCore.MySql -OutputDir Models/Entities -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment