ship skin comamnd and changing skin

This commit is contained in:
rfi
2024-02-23 14:35:50 +07:00
parent c560bd8d7b
commit 529d404c12
15 changed files with 232033 additions and 11 deletions

View File

@@ -56,6 +56,12 @@ namespace BLHX.Server.Common.Migrations.Player
.IsRequired()
.HasColumnType("TEXT");
b.Property<string>("ShipSkins")
.IsRequired()
.ValueGeneratedOnAdd()
.HasColumnType("jsonb")
.HasDefaultValue("[]");
b.Property<string>("Token")
.IsRequired()
.HasColumnType("TEXT");