How do I use gorm to define a many2many field so that Dashpress can display the many2many field and manipulate it? #73
Replies: 1 comment
-
Sorry for the delay in response, I thought I had already responded to this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I encountered a problem when using dashprss, which is as follows:
I'm using GORM in Go to connect to PostgreSQL and create tables using structs. Here's the specific code:
then I use dashpress to manage my data,but the web not show many2many filed? why???
How do I use gorm to define a many2many field so that Dashpress can display the many2many field and manipulate it?
Beta Was this translation helpful? Give feedback.
All reactions