add Messages table and availability dateOfEntry

This commit is contained in:
Dobromir Popov
2024-03-05 15:26:41 +02:00
parent a9d7df7262
commit e22d121f0f
5 changed files with 24 additions and 4 deletions

View File

@ -133,7 +133,7 @@ model Availability {
repeatWeekly Boolean? // New field to indicate weekly repetition // until now dayofweek was used for repetition when dayOfMonth is null
repeatFrequency Int? // New field to indicate repetition frequency
endDate DateTime? // New field for the end date of repetition
//dateOfEntry DateTime? //NEW v1.0.1 trade storage for intuintivity
dateOfEntry DateTime? //NEW v1.0.1 trade storage for intuintivity
}
model CartEvent {