Jump to content
  • 0

How can i do MySQL migration?


Xiphoid

Question

1 answer to this question

Recommended Posts

  • 0

dotnet ef migrations add AddingNations --context MySqlLoggingContext --namespace Intersect.Server.Migrations.MySql.Logging --output-dir Migrations/MySql/Logging/ -- --databaseType MySql --connectionString "Username=root;Password=password;Database=jklogging" 

 

 

Sample Code for MySQL migration

Link to comment
Share on other sites

×
×
  • Create New...