Agliullov D. A. Lab Work 6 Hard #18

Closed
d.agliullov wants to merge 53 commits from Lab6_Hard into Lab5_Hard
Showing only changes of commit 3331a70fed - Show all commits

View File

@ -10,7 +10,7 @@ namespace ConfectioneryDatabaseImplement.Migrations
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.Sql("TRUNCATE Orders");
migrationBuilder.Sql("TRUNCATE TABLE Orders");
migrationBuilder.AddColumn<int>(
name: "ClientId",
table: "Orders",