You are here: Pega Platform database > Database tables and columns > Property optimization > Exposing properties using the Modify Schema wizard

Exposing properties using the Modify Schema wizard

You can modify the PegaRULES database schema using the Modify Schema wizard. To make changes to the database schema, your connection to the PegaRULES database must have the ALTER TABLE and CREATE TABLE capabilities.

  1. Click Designer Studio > System > Database > Modify Schema.
  2. Select the database that you want to view or modify and click Next. The databases listed have been defined through a Data-Admin-DB-Name data instance.
  3. Select the database table that you want to view or modify and click Next. The tables listed have been defined through a Data-Admin-DB-Table data instance.
  4. The list shows which Pega Platform concrete classes are associated with the selected database table and database. Click Set to be visible . The display shows a list of properties marked Required in the Column Inclusion field on the Advanced tab on the property form.
  5. In the properties view, select the properties that you want to expose by clicking the check box in front of the property. Only unexposed properties have a check box.
  6. You can modify the column width of unexposed Text, Identifier, or Password type properties by changing the value in the Size column.
  7. You can create the columns by directly updating the schema from this page or create the columns by generating SQL to use later.

If a selected property has non-blank values in some rows in the Storage Stream (BLOB) column, copy the existing values into the new column by using the Column Populator utility.