Possible to use generated columns with sea-orm? #2420
-
I've tried to use a Postgres generated column,
with sea-orm. I've tried most if not all permutations of
marking the field as Any suitable workaround? Could I omit |
Beta Was this translation helpful? Give feedback.
Answered by
Bolognafingers
Nov 15, 2024
Replies: 1 comment
-
The solution was to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Bolognafingers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The solution was to use
#[sea_orm(ignore)]
on the column.