The dbs_fields table holds the field definitions for every field in every
installed iProcess table.
The dbs_fields table has the following structure:
TABLE dbs_fields (
node_id INTEGER NOT NULL,
dbs_id INTEGER NOT NULL,
field_id INTEGER NOT NULL,
field_name VARCHAR(15) NOT NULL,
field_type VARCHAR(1) NOT NULL,
field_length SMALLINT NOT NULL,
field_decimals SMALLINT NOT NULL)
The following DELETE CASCADE trigger is defined for this table.
The dbs_fields table contains one row for each field in each installed TIBCO iProcess table.