Миграции
This commit is contained in:
+2
-3
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user