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("Cities")]
|
||||
public partial class City
|
||||
{
|
||||
public City()
|
||||
|
||||
Reference in New Issue
Block a user