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
According to the documentation, the cli will convert a BLOB into aVec<u8>. Since this is a nullable field it should be Option<Vec<u8>> and not Option<String>
Thanks!
The text was updated successfully, but these errors were encountered:
I'm using
sea-orm-cli
to generate my entities for this table:and the generated entity looks like this:
According to the documentation, the cli will convert a
BLOB
into aVec<u8>
. Since this is a nullable field it should beOption<Vec<u8>>
and notOption<String>
Thanks!
The text was updated successfully, but these errors were encountered: