FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs
@@ -1026,6 +1026,9 @@ .ValueGeneratedOnAdd() .HasColumnType("uniqueidentifier"); b.Property<int?>("Age") .HasColumnType("int"); b.Property<string>("Avatar") .HasColumnType("nvarchar(max)"); @@ -1044,6 +1047,12 @@ b.Property<Guid?>("EnterpriseId") .HasColumnType("uniqueidentifier"); b.Property<int?>("Gender") .HasColumnType("int"); b.Property<string>("Identity") .HasColumnType("nvarchar(max)"); b.Property<bool>("IsCheckPhoneNumber") .HasColumnType("bit");