упс
This commit is contained in:
parent
85e6945d1c
commit
94a1f35e30
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ namespace Content.Server.Database.Migrations.Postgres
|
|||
.Annotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn),
|
||||
player_id = table.Column<Guid>(type: "uuid", nullable: false),
|
||||
assigned_to_user_id = table.Column<Guid>(type: "uuid", nullable: true),
|
||||
subject = table.Column<string>(type: "character varying(512)", maxLength: 512, nullable: false),
|
||||
subject = table.Column<string>(type: "character varying(256)", maxLength: 256, nullable: false),
|
||||
status = table.Column<int>(type: "integer", nullable: false),
|
||||
created_at = table.Column<DateTimeOffset>(type: "timestamp with time zone", nullable: false),
|
||||
updated_at = table.Column<DateTimeOffset>(type: "timestamp with time zone", nullable: false),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue