Is it a best practice to always map the concrete data class to the CustomerData schema? but what if the data type need to contain pega default columns like pxcreatedatetime.
CustomerData:
The Database schema in which all the table created will not have any pega default columns like pxcreatedatime, pxupdatedatetime etc… and no blob in it.
PegaData:
The Database schema in which all the table created will have few pega default columns like pxcreatedatime, pxupdatedatetime etc… and blob in it.