This commit is contained in:
2025-12-04 04:20:59 +08:00
parent 4e2bb49e86
commit 85f0cb613a
16 changed files with 243 additions and 210 deletions

View File

@@ -1132,7 +1132,7 @@ namespace Atomx.Data.Migrations
b.Property<DateTime>("IssuedTime")
.HasColumnType("timestamp with time zone");
b.Property<DateTime>("RevokedTime")
b.Property<DateTime?>("RevokedTime")
.HasColumnType("timestamptz");
b.Property<string>("Token")