After the columns are exposed will it still be present under BLOB ?

After the columns are exposed will it still be present under BLOB ?

Hi @TanyaS58,

In Pega, BLOB (Binary Large Object) columns are typically used to store large amounts of binary data, such as images, documents, or other files. When columns are exposed in Pega, they are made visible and accessible for use in reports, filtering, sorting, and other operations within the Pega platform.

If you expose a column in Pega, it means that the column becomes part of the database schema and can be queried and used like any other regular column in the database. Exposing a column does not change the underlying data type of the column.

Therefore, if you have a BLOB column in Pega and you expose it, the column will still be present as a BLOB in the database. Exposing the column simply allows you to work with the data in that column more easily within the Pega platform.

It’s important to note that how you interact with the BLOB data after exposing the column may vary depending on your specific use case and configurations within Pega.

Thanks

Megha