How to create ASP.net identity tables in an already created database using code first?

后端 未结 4 1493
醉话见心
醉话见心 2020-12-13 11:01

My application has been in development for about a month. I now decided to use ASP.NET Identity. I already have the view models for identity but need to create the tables. I

4条回答
  •  -上瘾入骨i
    2020-12-13 11:21

    Perhaps just run the ASP.NET Identity Sql Scripts against the database if you do not want to Enable Migrations:

    https://www.codeproject.com/Tips/677279/SQL-script-for-creating-an-ASP-NET-Identity-Databa

提交回复
热议问题