diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-21 07:52:11 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-21 07:52:11 +0300 |
commit | 0107d5b518f586bc2172b4e89f0cab7619e76670 (patch) | |
tree | 60a93c8b8c9ebb2bef218280a2ee8d6f4e6a7019 /Migrations/DataContextModelSnapshot.cs | |
parent | 3c83f9f4b01b5965e04739e5f8accf3235f8f699 (diff) |
Add decription to figure model
Diffstat (limited to 'Migrations/DataContextModelSnapshot.cs')
-rw-r--r-- | Migrations/DataContextModelSnapshot.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Migrations/DataContextModelSnapshot.cs b/Migrations/DataContextModelSnapshot.cs index bff1af3..b2177d7 100644 --- a/Migrations/DataContextModelSnapshot.cs +++ b/Migrations/DataContextModelSnapshot.cs @@ -23,6 +23,10 @@ namespace MyDarling.Migrations .ValueGeneratedOnAdd() .HasColumnType("INTEGER"); + b.Property<string>("Description") + .IsRequired() + .HasColumnType("TEXT"); + b.Property<string>("FilePath") .IsRequired() .HasColumnType("TEXT"); |