Added order item comment

This commit is contained in:
2025-11-30 16:05:31 +01:00
parent 7098530cf4
commit 90306e8944
8 changed files with 492 additions and 21 deletions

View File

@@ -285,6 +285,9 @@ namespace OneForMe.Migrations
.ValueGeneratedOnAdd()
.HasColumnType("INTEGER");
b.Property<string>("Comments")
.HasColumnType("TEXT");
b.Property<int>("MenuItemId")
.HasColumnType("INTEGER");