Oracle has column level encryption.
And PostgreSQL has pgcrypto extension to encrypt & decrypt column data.
I searched the document related cockroachdb. It doesn’t have column level encrypt.
Just has encrypt by fliging data. Rest data is encryption about data file. right?
so I wonder there is no column level encryption?