Fix 'Invalid object name Provinces' error - reset migrations and switch to Migrate()
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Complex.Domain.Entities
|
||||
{
|
||||
[Table("Provinces")]
|
||||
public partial class Province
|
||||
{
|
||||
public Province()
|
||||
|
||||
Reference in New Issue
Block a user