migrationBuilder.CreateTable(
                name: "log_exceptions",
                columns: table => new
                {
                    Id = table.Column<int>(type: "int", nullable: false)