IdentityServer如何生成mysql ef core连接源码和迁移Migration

https://gitee.com/heminzhang/identity-server-mysql-migrations

JohnHe404/IdentityServerMysqlMigrations · GitHub

复制最新的IdentityServer4.EntityFramework.Storage项目代码进来到src目录

执行Add-Migration命令 //Add-Migration InitialIdentityServerPersistedGrantDbMigration -c PersistedGrantDbContext -p IdentityServer4.EntityFramework.Storage -o Migrations/IdentityServer/PersistedGrantDb //Add-Migration InitialIdentityServerConfigurationDbMigration -c ConfigurationDbContext -p IdentityServer4.EntityFramework.Storage -o Migrations/IdentityServer/ConfigurationDb

Copy the latest IdentityServer4.EntityFramework.Storage project code into the src directory

Execute the Add-Migration command

//Add-Migration InitialIdentityServerPersistedGrantDbMigration -c PersistedGrantDbContext -p IdentityServer4.EntityFramework.Storage -o Migrations/IdentityServer/PersistedGrantDb //Add-Migration InitialIdentityServerConfigurationDbMigration -c ConfigurationDbContext -p IdentityServer4.EntityFramework.Storage -o Migrations/IdentityServer/ConfigurationDb

相关推荐
张人玉5 小时前
C#通讯(上位机)常用知识点
开发语言·c#·通讯·上位机开发
武藤一雄7 小时前
C#:nameof 运算符全指南
开发语言·microsoft·c#·.net·.netcore
CSharp精选营8 小时前
聊一聊 C# 中的闭包陷阱:foreach 循环的坑你还记得吗?
c#·foreach·循环·for循环
月巴月巴白勺合鸟月半9 小时前
FHIR 的使用
人工智能·c#·fhir
公子小六9 小时前
基于.NET的Windows窗体编程之WinForms控件简介
windows·microsoft·c#·.net
观无11 小时前
mysql5.7下载地址
c#
武藤一雄11 小时前
C# 核心技术解析:Parse vs TryParse 实战指南
开发语言·windows·microsoft·微软·c#·.netcore
代数狂人11 小时前
在Godot中应用面向对象原则:C#脚本实践
c#·游戏引擎·godot
斌味代码11 小时前
RAG 实战:用 LangChain + DeepSeek 搭建企业私有知识库问答系统
开发语言·langchain·c#
张人玉12 小时前
C#类常用知识总结Pro
服务器·c#