Add a new column to a table in your RAPStore and RAPCache database
schemas if the standard schemas do not suit your needs, or if you want to use custom messages.
-
Modify the schemas of the RAPStore and RAPCache databases:
-
Modify both the RAPStore and RAPCashe PowerDesigner models (PDM) and generate new data definition language (DDL) scripts.
-
Use the scripts to update the database.
-
Update RDS Message Templates:
-
Locate an RDS message file connected to the table you are adding the comun to, and add a field definition block to the file.
-
Ensure that all publishers and subscribers are updated with the new RDS message template(s) by copying them into all subscribers.
-
Add a new call to the Publisher API:
-
Make a new Publisher API call to the appropriate pub_setField API, based on the data type of the field. See pub_setField in the Developers Guide.
-
Restart the subscribers and publishers:
-
Stop, shut down, and restart the subscribers and publishers to apply the changes.