Some information can't be recovered from the database alone:
[Encrypted] columns are stored as bytea, indistinguishable from a real byte[]. They scaffold as byte[] today. Consider an --encrypted <col,col> hint (and/or a naming convention) to re-apply [Encrypted]. The column's encryptor profile ([Encrypted(Profile = "…")], new in 0.3.3) is likewise unrecoverable — accept it in the same hint.
- Enum-backed columns scaffold as their underlying primitive.
Document the lossy directions and provide opt-in hints where practical.
Some information can't be recovered from the database alone:
[Encrypted]columns are stored asbytea, indistinguishable from a realbyte[]. They scaffold asbyte[]today. Consider an--encrypted <col,col>hint (and/or a naming convention) to re-apply[Encrypted]. The column's encryptor profile ([Encrypted(Profile = "…")], new in 0.3.3) is likewise unrecoverable — accept it in the same hint.Document the lossy directions and provide opt-in hints where practical.