You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by MLSucharitha September 20, 2023
Hi , Thank you for Gorse team for making it open source. It is working for me locally .
I would like to add new columns in the feedback table and items table ,which I think useful in. my case.
Is there a way I can change the table structure ?
Curent structure :
type Feedback struct {
FeedbackType string // feedback type
UserId string // user id
ItemId string // item id
Timestamp time.Time // feedback timestamp
}
Discussed in #782
Originally posted by MLSucharitha September 20, 2023
Hi , Thank you for Gorse team for making it open source. It is working for me locally .
I would like to add new columns in the feedback table and items table ,which I think useful in. my case.
Is there a way I can change the table structure ?
Curent structure :
I would like to add more columns to the tables above
Thanks in advance !!
The text was updated successfully, but these errors were encountered: