feat: update entity configurations to specify column types for cities, states, and countries

This commit is contained in:
masoodafar-web
2025-12-18 03:49:47 +03:30
parent ead0cf4235
commit c7211fb9a7
5 changed files with 3576 additions and 9 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,22 @@
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace CMSMicroservice.Infrastructure.Persistence.Migrations
{
/// <inheritdoc />
public partial class u14 : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
}
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
}
}
}