mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-15 07:54:36 +01:00
added all params to player database
This commit is contained in:
@@ -17,7 +17,6 @@ namespace BLHX.Server.Common.Migrations.Player {
|
||||
Name = table.Column<string>(type: "TEXT", nullable: false),
|
||||
Level = table.Column<uint>(type: "INTEGER", nullable: false),
|
||||
Exp = table.Column<uint>(type: "INTEGER", nullable: false),
|
||||
ShipBagMax = table.Column<uint>(type: "INTEGER", nullable: false),
|
||||
DisplayInfo = table.Column<string>(type: "jsonb", nullable: false),
|
||||
CreatedAt = table.Column<DateTime>(type: "TEXT", nullable: false)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user