The model backing the 'ApplicationDbContext' context has changed since the database was created

前端 未结 21 1440
情话喂你
情话喂你 2020-12-02 07:24

First of all, I have not seen this error anywhere else and I guess it\'s not a replicate so please read the whole situation first.

Everything was working just fine

21条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 07:43

    This worked for me - no other changes required.

    DELETE FROM [dbo].[__MigrationHistory]
    

提交回复
热议问题