[2e][db] Add coins for 2e

breaking API change
This commit is contained in:
2024-05-22 22:06:55 +02:00
parent ebe5c33332
commit 779a5c349b
8 changed files with 803 additions and 5 deletions
@@ -17,7 +17,7 @@ namespace Kemkas.Web.Db.Migrations
{
#pragma warning disable 612, 618
modelBuilder
.HasAnnotation("ProductVersion", "8.0.0")
.HasAnnotation("ProductVersion", "8.0.5")
.HasAnnotation("Relational:MaxIdentifierLength", 63);
NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder);
@@ -300,15 +300,24 @@ namespace Kemkas.Web.Db.Migrations
.ValueGeneratedOnAdd()
.HasColumnType("uuid");
b.Property<int>("AranyTaller")
.HasColumnType("integer");
b.Property<byte>("Bolcsesseg")
.HasColumnType("smallint");
b.Property<byte>("Egeszseg")
.HasColumnType("smallint");
b.Property<int>("ElektrumTaller")
.HasColumnType("integer");
b.Property<byte>("Ero")
.HasColumnType("smallint");
b.Property<int>("EzustTaller")
.HasColumnType("integer");
b.Property<int>("Faj")
.HasColumnType("integer");