public class ApplicationDbContext : DbContext
{

    public DbSet< ListPersonModels >ListPersons { get; set; }

    생략…



MySql.Data.MySqlClient.MySqlException: 'Table 'my_data.ListPersonModels' doesn't exist'


모델클래스를 테이블로 조회시키냐 시발것 딴 프로젝트는 잘먹히는데