- Timestamp:
- 03/24/26 22:13:36 (3 months ago)
- Branches:
- main
- Children:
- 7fbb91c
- Parents:
- acf690c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Infrastructure/Data/DataContext/ApplicationDbContext.cs
racf690c r73b69b2 210 210 e.Property(x => x.IsRead).HasColumnName("is_read"); 211 211 e.Property(x => x.CreatedAt).HasColumnName("created_at"); 212 e.Property(x => x.RecipientUserId).HasColumnName("recipient_user_id"); 213 e.Property(x => x.Type).HasColumnName("type"); 214 e.Property(x => x.Link).HasColumnName("link"); 212 215 }); 213 216
Note:
See TracChangeset
for help on using the changeset viewer.
