Copyright © Cloud Software Group, Inc. All rights reserved. |
The iap_field table holds the list of fields that will be published for a given monitor ID.The iap_field table has the following structure:TABLE iap_field (
monitor_id numeric(10) NOT NULL,
field_name VARCHAR(31) NOT NULL)
This key enforces the DELETE CASCADE referential action.
The iap_field table contains one row for each field that will be published for every activity. Rows are added, updated and deleted in the following situations.
Copyright © Cloud Software Group, Inc. All rights reserved. |