Replies: 2 comments
-
I see now that postgres comments are added to the models.go structs. Would it be possible to add them to the generated Row structs too? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm also interested in this. In particular, we're using SQLite. Before we adopted migrations, it was okay because the schema was all in one place. Now that we use migration files, it's hard to keep track of commentary on what a column means. |
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
-
Would it be possible to provide a way to add comments to the structs that are generated? That is, comments for individual struct members (db columns)? Maybe something that pulls postgresql comments for instance.
Beta Was this translation helpful? Give feedback.
All reactions