0
Sturla created
I have these two tables, Conversations and ConversationMessages with one-to-many relationship (Conversations table holds onto 1 conversation topic and ConversationMessages is the recording of many back and fourth communication)
If I only have these timestamp columns in my Conversation table I need to create some dummy column to be used for a display property. Now I created this NeededToGenerate column that I´m never going to use and I hate it.
Is this a shortcoming of Suite or should I do this in some other manner?
- ABP Framework version: v7.2.2
- UI type: Blazor
- DB provider: EF Core / Postgress
- Tiered (MVC) or Identity Server Separated (Angular): no
1 Answer(s)
-
0
Hi,
This is the current suite design.
We will enhance ABP Suite in future releases.