Skip to content

Commit

Permalink
Removed default value for PurchaseType, and made them non-nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
TTA777 committed Aug 29, 2023
1 parent 4ee16c6 commit 1d810c3
Show file tree
Hide file tree
Showing 3 changed files with 615 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
schema: "dbo",
table: "Purchases",
type: "nvarchar(max)",
nullable: false,
defaultValue: "");
nullable: true);

migrationBuilder.CreateTable(
name: "PosPurchases",
Expand Down
Loading

0 comments on commit 1d810c3

Please sign in to comment.