Миграции

This commit is contained in:
Халимов Рустам
2026-04-19 22:22:43 +03:00
parent 9e715fe3ab
commit d9462069e2
2 changed files with 5 additions and 4 deletions
@@ -39,9 +39,8 @@ namespace Knot.Modules.Auth.Migrations
b.Property<string>("Bio")
.HasColumnType("text");
b.Property<DateTime>("Birthday")
.HasColumnType("timestamp with time zone")
.IsRequired(false);
b.Property<DateTime?>("Birthday")
.HasColumnType("timestamp with time zone");
b.Property<DateTime>("CreatedAt")
.HasColumnType("timestamp with time zone");