[2e][DB] felszereles viselt cipelt aprosagok

This commit is contained in:
2024-05-21 02:25:14 +02:00
parent e74196e61c
commit b801ecd9d6
18 changed files with 907 additions and 36 deletions
@@ -265,9 +265,21 @@ namespace Kemkas.Web.Db.Migrations
.ValueGeneratedOnAdd()
.HasColumnType("uuid");
b.Property<int>("Count")
.HasColumnType("integer");
b.Property<bool>("IsAprosag")
.HasColumnType("boolean");
b.Property<bool>("IsCipelt")
.HasColumnType("boolean");
b.Property<bool>("IsFegyver")
.HasColumnType("boolean");
b.Property<bool>("IsViselt")
.HasColumnType("boolean");
b.Property<Guid>("KarakterId")
.HasColumnType("uuid");