我正在尝试使用ASP.NET核心Razor应用程序制作一个网络应用程序。
在这样做时,我在创建一些新表时遇到了麻烦。
这是我的ApplicationDbContext.cs文件。
using System;
using System.Collections.Generic;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using MyWebApp.Models;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Micr