<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="SIEM" schema="public" type="PostgreSQL - 9.0.4">
   <tables>
      <table name="actvy" numRows="0" remarks="iTRAC activity (aka action) details" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="actvy_id" nullable="false" remarks="Activity identifier" size="2147483647" type="uuid">
            <child column="actvy_id" foreignKey="actvy_parm_fk1" implied="false" onDeleteCascade="false" table="actvy_parm"/>
            <child column="actvy_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="actvy_parm_rpt_v"/>
            <child column="actvy_id" foreignKey="actvy_ref_fk1" implied="false" onDeleteCascade="false" table="actvy_ref"/>
            <child column="refd_actvy_id" foreignKey="actvy_ref_fk2" implied="false" onDeleteCascade="false" table="actvy_ref"/>
            <child column="actvy_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="actvy_ref_parm_val_rpt_v"/>
            <child column="actvy_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="actvy_ref_rpt_v"/>
            <child column="actvy_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="actvy_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="actvy_name" nullable="false" remarks="Activity name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="actvy_typ_cd" nullable="false" remarks="Activity type code" size="1" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="access_lvl" nullable="false" remarks="Access level" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="exec_loc" nullable="false" remarks="Execution location" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="actvy_desc" nullable="true" remarks="Activity description" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="processor" nullable="true" remarks="Processor" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="input_formatter" nullable="true" remarks="Input formatter" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="output_formatter" nullable="true" remarks="Output formatter" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="app_name" nullable="true" remarks="Application name" size="25" type="varchar"/>
         <column autoUpdated="false" digits="6" id="10" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="11" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="12" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="13" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="actvy_id" sequenceNumberInPK="1"/>
         <index name="actvy_pk" unique="true">
            <column ascending="true" name="actvy_id"/>
         </index>
      </table>
      <table name="actvy_parm" numRows="0" remarks="Details of iTRAC activity parameters" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="actvy_parm_id" nullable="false" remarks="Activity parameter identifier" size="2147483647" type="uuid">
            <child column="actvy_parm_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="actvy_parm_rpt_v"/>
            <child column="actvy_parm_id" foreignKey="actvy_ref_parm_val_fk1" implied="false" onDeleteCascade="false" table="actvy_ref_parm_val"/>
            <child column="actvy_parm_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="actvy_ref_parm_val_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="actvy_id" nullable="false" remarks="Activity identifier" size="2147483647" type="uuid">
            <parent column="actvy_id" foreignKey="actvy_parm_fk1" implied="false" onDeleteCascade="false" table="actvy"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="parm_name" nullable="false" remarks="Activity Parameter name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="parm_typ_cd" nullable="false" remarks="Activity parameter type code" size="1" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="data_typ" nullable="false" remarks="Activity parameter data type" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="data_subtyp" nullable="true" remarks="Activity parameter data subtype" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="rqrd_f" nullable="true" remarks="Required flag" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="parm_desc" nullable="true" remarks="Activity parameter description" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="parm_val" nullable="true" remarks="Activity parameter value" size="1000" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="formatter" nullable="true" remarks="Activity parameter formatter" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="10" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="11" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="12" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="13" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="actvy_parm_id" sequenceNumberInPK="1"/>
         <index name="actvy_parm_pk" unique="true">
            <column ascending="true" name="actvy_parm_id"/>
         </index>
         <index name="actvy_parm_ak1" unique="true">
            <column ascending="true" name="actvy_id"/>
            <column ascending="true" name="parm_name"/>
            <column ascending="true" name="parm_typ_cd"/>
         </index>
      </table>
      <table name="actvy_parm_rpt_v" numRows="0" remarks="Details of iTRAC activity parameters" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="actvy_parm_id" nullable="true" remarks="Activity parameter identifier" size="2147483647" type="uuid">
            <parent column="actvy_parm_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="actvy_parm"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="actvy_id" nullable="true" remarks="Activity identifier" size="2147483647" type="uuid">
            <parent column="actvy_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="actvy"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="parm_name" nullable="true" remarks="Activity Parameter name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="parm_typ_cd" nullable="true" remarks="Activity parameter type code" size="1" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="data_typ" nullable="true" remarks="Activity parameter data type" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="data_subtyp" nullable="true" remarks="Activity parameter data subtype" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="rqrd_f" nullable="true" remarks="Required flag" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="parm_desc" nullable="true" remarks="Activity parameter description" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="parm_val" nullable="true" remarks="Activity parameter value" size="1000" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="formatter" nullable="true" remarks="Activity parameter formatter" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="10" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="11" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="12" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="13" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="actvy_ref" numRows="0" remarks="Details of iTRAC activity references" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="actvy_id" nullable="false" remarks="Activity identifier" size="2147483647" type="uuid">
            <child column="actvy_id" foreignKey="actvy_ref_parm_val_fk2" implied="false" onDeleteCascade="false" table="actvy_ref_parm_val"/>
            <parent column="actvy_id" foreignKey="actvy_ref_fk1" implied="false" onDeleteCascade="false" table="actvy"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="seq_num" nullable="false" remarks="Sequence number" size="10" type="int4">
            <child column="seq_num" foreignKey="actvy_ref_parm_val_fk2" implied="false" onDeleteCascade="false" table="actvy_ref_parm_val"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="refd_actvy_id" nullable="false" remarks="Referenced activity identifier" size="2147483647" type="uuid">
            <parent column="actvy_id" foreignKey="actvy_ref_fk2" implied="false" onDeleteCascade="false" table="actvy"/>
         </column>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="actvy_id" sequenceNumberInPK="1"/>
         <primaryKey column="seq_num" sequenceNumberInPK="2"/>
         <index name="actvy_ref_pk" unique="true">
            <column ascending="true" name="actvy_id"/>
            <column ascending="true" name="seq_num"/>
         </index>
      </table>
      <table name="actvy_ref_parm_val" numRows="0" remarks="Details of iTRAC activity reference parameter values" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="actvy_id" nullable="false" remarks="Activity identifier" size="2147483647" type="uuid">
            <parent column="actvy_id" foreignKey="actvy_ref_parm_val_fk2" implied="false" onDeleteCascade="false" table="actvy_ref"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="seq_num" nullable="false" remarks="Sequence number" size="10" type="int4">
            <parent column="seq_num" foreignKey="actvy_ref_parm_val_fk2" implied="false" onDeleteCascade="false" table="actvy_ref"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="actvy_parm_id" nullable="false" remarks="Activity parameter identifier" size="2147483647" type="uuid">
            <parent column="actvy_parm_id" foreignKey="actvy_ref_parm_val_fk1" implied="false" onDeleteCascade="false" table="actvy_parm"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="parm_val" nullable="false" remarks="Activity parameter value" size="1000" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="actvy_id" sequenceNumberInPK="1"/>
         <primaryKey column="seq_num" sequenceNumberInPK="2"/>
         <primaryKey column="actvy_parm_id" sequenceNumberInPK="3"/>
         <index name="actvy_ref_parm_val_pk" unique="true">
            <column ascending="true" name="actvy_id"/>
            <column ascending="true" name="seq_num"/>
            <column ascending="true" name="actvy_parm_id"/>
         </index>
      </table>
      <table name="actvy_ref_parm_val_rpt_v" numRows="0" remarks="Details of iTRAC activity reference parameter values" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="actvy_id" nullable="true" remarks="Activity identifier" size="2147483647" type="uuid">
            <parent column="actvy_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="actvy"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="seq_num" nullable="true" remarks="Sequence number" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="actvy_parm_id" nullable="true" remarks="Activity parameter identifier" size="2147483647" type="uuid">
            <parent column="actvy_parm_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="actvy_parm"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="parm_val" nullable="true" remarks="Activity parameter value" size="1000" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="actvy_ref_rpt_v" numRows="0" remarks="Details of iTRAC activity references" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="actvy_id" nullable="true" remarks="Activity identifier" size="2147483647" type="uuid">
            <parent column="actvy_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="actvy"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="seq_num" nullable="true" remarks="Sequence number" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="refd_actvy_id" nullable="true" remarks="Referenced activity identifier" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="actvy_rpt_v" numRows="0" remarks="iTRAC activity (aka action) details" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="actvy_id" nullable="true" remarks="Activity identifier" size="2147483647" type="uuid">
            <parent column="actvy_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="actvy"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="actvy_name" nullable="true" remarks="Activity name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="actvy_typ_cd" nullable="true" remarks="Activity type code" size="1" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="access_lvl" nullable="true" remarks="Access level" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="exec_loc" nullable="true" remarks="Execution location" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="actvy_desc" nullable="true" remarks="Activity description" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="processor" nullable="true" remarks="Processor" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="input_formatter" nullable="true" remarks="Input formatter" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="output_formatter" nullable="true" remarks="Output formatter" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="app_name" nullable="true" remarks="Application name" size="25" type="varchar"/>
         <column autoUpdated="false" digits="6" id="10" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="11" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="12" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="13" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="adv_nxs_feed" numRows="0" remarks="Advisor feed files that are processed on regular schedule" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="file_name" nullable="false" remarks="The filename of the Advisor feed file." size="256" type="varchar">
            <child column="file_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_feed_v"/>
            <child column="file_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="raw_data_files_info"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="hash_value" nullable="false" remarks="The hash value of the Advisor feed file." size="256" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="records_inserted" nullable="true" remarks="The number of records inserted into the database." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="records_updated" nullable="true" remarks="The number of records updated into the database." size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="4" name="processing_start_time" nullable="false" remarks="Time stamp indicating when the processing of the feed files started." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="5" name="processing_end_time" nullable="true" remarks="Time stamp indicating when the processing of the feed files ended." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="6" name="generation" nullable="false" remarks="The unique ID to which each feed file belongs." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="7" name="date_created" nullable="false" remarks="Date the entry was created" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="8" name="date_modified" nullable="false" remarks="Date the entry was modified" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="9" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="10" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="file_name" sequenceNumberInPK="1"/>
         <index name="adv_nxs_feed_pkey" unique="true">
            <column ascending="true" name="file_name"/>
         </index>
      </table>
      <table name="adv_nxs_feed_v" numRows="0" remarks="Advisor feed files that are processed on regular schedule" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="file_name" nullable="true" remarks="The filename of the Advisor feed file." size="256" type="varchar">
            <parent column="file_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_feed"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="hash_value" nullable="true" remarks="The hash value of the Advisor feed file." size="256" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="records_inserted" nullable="true" remarks="The number of records inserted into the database." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="records_updated" nullable="true" remarks="The number of records updated into the database." size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="4" name="processing_start_time" nullable="true" remarks="Time stamp indicating when the processing of the feed files started." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="5" name="processing_end_time" nullable="true" remarks="Time stamp indicating when the processing of the feed files ended." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="6" name="generation" nullable="true" remarks="The unique ID to which each feed file belongs." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="7" name="date_created" nullable="true" remarks="Date the entry was created" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="8" name="date_modified" nullable="true" remarks="Date the entry was modified" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="9" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="10" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="adv_nxs_kb_patch" numRows="0" remarks="The patches that are required to remove vulnerabilities" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="The unique ID for the row." size="10" type="int4">
            <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_kb_productsref"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="osvdb_id" nullable="false" remarks="The ID of the vulnerability in the OSVDB." size="10" type="int4">
            <parent column="osvdb_id" foreignKey="adv_nxs_kb_patch_osvdb_id_fkey" implied="false" onDeleteCascade="false" table="adv_nxs_osvdb_details"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="type_id" nullable="true" remarks="The unique ID of the patch." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="type_name" nullable="true" remarks="The type of the patch used to remove the vulnerability." size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="ref_value" nullable="true" remarks="The URL that has the patch information." size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="false" remarks="Date the entry was created" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="false" remarks="Date the entry was modified" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="adv_nxs_kb_patch_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="adv_nxs_kb_patch_v" numRows="0" remarks="The patches that are required to remove vulnerabilities" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="true" remarks="The unique ID for the row." size="10" type="int4">
            <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_kb_productsref"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="osvdb_id" nullable="true" remarks="The ID of the vulnerability in the OSVDB." size="10" type="int4">
            <parent column="osvdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_osvdb_details"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="type_id" nullable="true" remarks="The unique ID of the patch." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="type_name" nullable="true" remarks="The type of the patch used to remove the vulnerability." size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="ref_value" nullable="true" remarks="The URL that has the patch information." size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="true" remarks="Date the entry was created" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="true" remarks="Date the entry was modified" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="adv_nxs_kb_productsref" numRows="0" remarks="The products that are affected by vulnerability" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="The unique ID for the row." size="10" type="int4">
            <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_kb_patch"/>
            <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_kb_patch_v"/>
            <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_kb_productsref_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="osvdb_id" nullable="false" remarks="The ID of the vulnerability in the OSVDB." size="10" type="int4">
            <parent column="osvdb_id" foreignKey="adv_nxs_kb_productsref_osvdb_id_fkey" implied="false" onDeleteCascade="false" table="adv_nxs_osvdb_details"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="vendor_name" nullable="true" remarks="Name of the vendor of the product that is affected by the vulnerability." size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="version_name" nullable="true" remarks="Version of the product that is affected by the vulnerability." size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="base_name" nullable="true" remarks="Name of the product that is affected by the vulnerability." size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="type_name" nullable="true" remarks="Indicates whether the product is affected by the vulnerability or not." size="128" type="varchar"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="false" remarks="Date the entry was created" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="false" remarks="Date the entry was modified" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="adv_nxs_kb_productsref_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="adv_nxs_kb_productsref_v" numRows="0" remarks="The products that are affected by vulnerability" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="true" remarks="The unique ID for the row." size="10" type="int4">
            <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_kb_productsref"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="osvdb_id" nullable="true" remarks="The ID of the vulnerability in the OSVDB." size="10" type="int4">
            <parent column="osvdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_osvdb_details"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="vendor_name" nullable="true" remarks="Name of the vendor of the product that is affected by the vulnerability." size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="version_name" nullable="true" remarks="Version of the product that is affected by the vulnerability." size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="base_name" nullable="true" remarks="Name of the product that is affected by the vulnerability." size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="type_name" nullable="true" remarks="Indicates whether the product is affected by the vulnerability or not." size="128" type="varchar"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="true" remarks="Date the entry was created" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="true" remarks="Date the entry was modified" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="adv_nxs_mappings" numRows="0" remarks="The mapping between each product such as IDS product signature, Vulnerability product signatures etc." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="source_product_id" nullable="false" remarks="The unique ID of the source product." size="10" type="int4">
            <parent column="product_id" foreignKey="adv_nxs_mappings_source_fkey" implied="false" onDeleteCascade="false" table="adv_nxs_signatures"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="source_signature_id" nullable="true" remarks="The unique ID of the source signature." size="256" type="varchar">
            <parent column="signature_id" foreignKey="adv_nxs_mappings_source_fkey" implied="false" onDeleteCascade="false" table="adv_nxs_signatures"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="target_product_id" nullable="false" remarks="The unique ID of the target product." size="10" type="int4">
            <parent column="product_id" foreignKey="adv_nxs_mappings_target_fkey" implied="false" onDeleteCascade="false" table="adv_nxs_signatures"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="target_signature_id" nullable="true" remarks="The unique ID of the target signature." size="256" type="varchar">
            <parent column="signature_id" foreignKey="adv_nxs_mappings_target_fkey" implied="false" onDeleteCascade="false" table="adv_nxs_signatures"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="mapping_direct" nullable="false" remarks="TRUE indicates that the mapping is direct." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="mapping_indirect" nullable="false" remarks="TRUE indicates that the mapping is indirect." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="mapping_ngram" nullable="false" remarks="TRUE indicates that the mapping is n-gram." size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="7" name="inserted" nullable="false" remarks="Time stamp indicating when the mapping information was entered in the vendor database." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="8" name="updated" nullable="false" remarks="Time stamp indicating when the mapping was updated in the vendor database." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="9" name="is_deleted" nullable="false" remarks="TRUE indicates that the mapping is marked as invalid." size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="10" name="deleted" nullable="true" remarks="Time stamp indicating when the mapping was marked as invalid." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="11" name="date_created" nullable="false" remarks="Date the entry was created" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="12" name="date_modified" nullable="false" remarks="Date the entry was modified" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="13" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="14" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <index name="adv_nxs_mappings_idx1" unique="false">
            <column ascending="true" name="source_product_id"/>
            <column ascending="true" name="source_signature_id"/>
         </index>
      </table>
      <table name="adv_nxs_mappings_v" numRows="0" remarks="The mapping between each product such as IDS product signature, Vulnerability product signatures etc." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="source_product_id" nullable="true" remarks="The unique ID of the source product." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="source_signature_id" nullable="true" remarks="The unique ID of the source signature." size="256" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="target_product_id" nullable="true" remarks="The unique ID of the target product." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="target_signature_id" nullable="true" remarks="The unique ID of the target signature." size="256" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="mapping_direct" nullable="true" remarks="TRUE indicates that the mapping is direct." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="mapping_indirect" nullable="true" remarks="TRUE indicates that the mapping is indirect." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="mapping_ngram" nullable="true" remarks="TRUE indicates that the mapping is n-gram." size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="7" name="inserted" nullable="true" remarks="Time stamp indicating when the mapping information was entered in the vendor database." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="8" name="updated" nullable="true" remarks="Time stamp indicating when the mapping was updated in the vendor database." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="9" name="is_deleted" nullable="true" remarks="TRUE indicates that the mapping is marked as invalid." size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="10" name="deleted" nullable="true" remarks="Time stamp indicating when the mapping was marked as invalid." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="11" name="date_created" nullable="true" remarks="Date the entry was created" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="12" name="date_modified" nullable="true" remarks="Date the entry was modified" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="13" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="14" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="adv_nxs_osvdb_details" numRows="0" remarks="Known vulnerabilities from the OSVDB and the classification to which the vulnerability applies." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="osvdb_id" nullable="false" remarks="The unique ID of the vulnerability in the OSVDB." size="10" type="int4">
            <child column="osvdb_id" foreignKey="adv_nxs_kb_patch_osvdb_id_fkey" implied="false" onDeleteCascade="false" table="adv_nxs_kb_patch"/>
            <child column="osvdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_kb_patch_v"/>
            <child column="osvdb_id" foreignKey="adv_nxs_kb_productsref_osvdb_id_fkey" implied="false" onDeleteCascade="false" table="adv_nxs_kb_productsref"/>
            <child column="osvdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_kb_productsref_v"/>
            <child column="osvdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_osvdb_details_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="osvdb_title" nullable="true" remarks="The normalized name of the vulnerability." size="256" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="description" nullable="true" remarks="A brief description of the vulnerability." size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="urgency" nullable="true" remarks="Indicates the urgency of the vulnerability. The rating is 1- 10. The higher the number, the more urgent the vulnerability." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="severity" nullable="true" remarks="Indicates the severity of the vulnerability. The rating is 1- 10. The higher the number, the more urgent the vulnerability." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="attack_type_auth_manage" nullable="false" remarks="TRUE indicates that the attack type is authentication management. For example, brute force attack, default password, and cookie poisoning." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="attack_type_crypt" nullable="false" remarks="TRUE indicates that the attack type is cryptographic. For example, weak encryption (implementation or algorithm), no encryption (plaintext), and sniffing." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="attack_type_dos" nullable="false" remarks="TRUE indicates that the attack type is denial of service. For example, saturation flood, crash, lock up, and forced reboot." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="8" name="attack_type_hijack" nullable="false" remarks="TRUE indicates that the attack type is hijack. For example, man-in-the-middle attacks, IP spoofing, session timeout or take-over, and session replay." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="9" name="attack_type_info_disclose" nullable="false" remarks="TRUE indicates that the attack type is information disclosure. For example, comments, passwords, fingerprinting, and system information." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="10" name="attack_type_infrastruct" nullable="false" remarks="TRUE indicates that the attack type is infrastructure. For example, DNS poisoning and route manipulation." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="11" name="attack_type_input_manip" nullable="false" remarks="TRUE indicates that the attack type is input manipulation. For example, XSS, SQL injection, file retrieval, directory traversal, overflows, and URL encoding." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="12" name="attack_type_miss_config" nullable="false" remarks="TRUE indicates that the attack type is misconfiguration. For example, default files, debugging enabled, and directory indexing." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="13" name="attack_type_race" nullable="false" remarks="TRUE indicates that the attack type is race condition. For example, symlink." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="14" name="attack_type_other" nullable="false" remarks="TRUE indicates that the attack type does not fall under any of the above attack types." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="15" name="attack_type_unknown" nullable="false" remarks="TRUE indicates that the attack type is unknown." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="16" name="impact_confidential" nullable="false" remarks="TRUE indicates that the impact of the attack(s) is loss of confidential information. For example, passwords, server information, environment variables, confirmation of file existence, path disclosure, file content access, and SQL injection." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="17" name="impact_integrity" nullable="false" remarks="TRUE indicates that the impact of the attack(s) is loss of integrity, which results in data modifications by unauthorized persons. For example, unauthorized file modification, deletion, or creation, remote file inclusion, and arbitrary command execution." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="18" name="impact_available" nullable="false" remarks="TRUE indicates that the impact of the attack is loss of availability of a service or information." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="19" name="impact_unknown" nullable="false" remarks="TRUE indicates that the impact of the attack is unknown." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="20" name="exploit_available" nullable="false" remarks="TRUE indicates that the exploit is available for the vulnerability." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="21" name="exploit_unavailable" nullable="false" remarks="TRUE indicates that the exploit is not available for the vulnerability." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="22" name="exploit_rumored" nullable="false" remarks="TRUE indicates that the exploit is rumored to exist for the vulnerability." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="23" name="exploit_unknown" nullable="false" remarks="TRUE indicates that the exploit is unknown for the vulnerability." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="24" name="vuln_verified" nullable="false" remarks="TRUE indicates that the existence of the vulnerability has been verified." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="25" name="vuln_myth_fake" nullable="false" remarks="TRUE indicates that the vulnerability is a myth or a false alarm." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="26" name="vuln_best_prac" nullable="false" remarks="TRUE indicates that the vulnerability is a result of not following the best practices in the configuration or usage of the vulnerable system or software." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="27" name="vuln_concern" nullable="false" remarks="TRUE indicates that the vulnerability requires additional concern for remediation." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="28" name="vuln_web_check" nullable="false" remarks="TRUE indicates that the vulnerability is a common problem in Web servers or Web applications." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="29" name="attack_scenario" nullable="true" remarks="Description of how a vulnerability can be exploited." size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="30" name="solution_description" nullable="true" remarks="Description of the solution that is used to fix the vulnerability." size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="31" name="full_description" nullable="true" remarks="The complete description of the vulnerability." size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="32" name="location_physical" nullable="false" remarks="TRUE indicates that the vulnerability can be exploited with only physical system access&lt;literal/&gt;." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="33" name="location_local" nullable="false" remarks="TRUE indicates that the vulnerability can be exploited on a local system." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="34" name="location_remote" nullable="false" remarks="TRUE indicates that the vulnerability can be exploited on a remote system." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="35" name="location_dialup" nullable="false" remarks="TRUE indicates that the vulnerability can be exploited using a dial-up connection." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="36" name="location_unknown" nullable="false" remarks="TRUE indicates that the vulnerability is exploited in an unknown location." size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="37" name="published" nullable="false" remarks="Time stamp indicating when the vulnerability was published in the OSVDB." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="38" name="inserted" nullable="false" remarks="Time stamp indicating when the vulnerability was inserted in the vendor database." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="39" name="updated" nullable="false" remarks="Time stamp indicating when the vulnerability was updated in the vendor database." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="40" name="date_created" nullable="false" remarks="Date the entry was created" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="41" name="date_modified" nullable="false" remarks="Date the entry was modified" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="42" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="43" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="osvdb_id" sequenceNumberInPK="1"/>
         <index name="adv_nxs_osvdb_details_pkey" unique="true">
            <column ascending="true" name="osvdb_id"/>
         </index>
      </table>
      <table name="adv_nxs_osvdb_details_v" numRows="0" remarks="Known vulnerabilities from the OSVDB and the classification to which the vulnerability applies." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="osvdb_id" nullable="true" remarks="The unique ID of the vulnerability in the OSVDB." size="10" type="int4">
            <parent column="osvdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_osvdb_details"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="osvdb_title" nullable="true" remarks="The normalized name of the vulnerability." size="256" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="description" nullable="true" remarks="A brief description of the vulnerability." size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="urgency" nullable="true" remarks="Indicates the urgency of the vulnerability. The rating is 1- 10. The higher the number, the more urgent the vulnerability." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="severity" nullable="true" remarks="Indicates the severity of the vulnerability. The rating is 1- 10. The higher the number, the more urgent the vulnerability." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="attack_type_auth_manage" nullable="true" remarks="TRUE indicates that the attack type is authentication management. For example, brute force attack, default password, and cookie poisoning." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="attack_type_crypt" nullable="true" remarks="TRUE indicates that the attack type is cryptographic. For example, weak encryption (implementation or algorithm), no encryption (plaintext), and sniffing." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="attack_type_dos" nullable="true" remarks="TRUE indicates that the attack type is denial of service. For example, saturation flood, crash, lock up, and forced reboot." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="8" name="attack_type_hijack" nullable="true" remarks="TRUE indicates that the attack type is hijack. For example, man-in-the-middle attacks, IP spoofing, session timeout or take-over, and session replay." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="9" name="attack_type_info_disclose" nullable="true" remarks="TRUE indicates that the attack type is information disclosure. For example, comments, passwords, fingerprinting, and system information." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="10" name="attack_type_infrastruct" nullable="true" remarks="TRUE indicates that the attack type is infrastructure. For example, DNS poisoning and route manipulation." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="11" name="attack_type_input_manip" nullable="true" remarks="TRUE indicates that the attack type is input manipulation. For example, XSS, SQL injection, file retrieval, directory traversal, overflows, and URL encoding." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="12" name="attack_type_miss_config" nullable="true" remarks="TRUE indicates that the attack type is misconfiguration. For example, default files, debugging enabled, and directory indexing." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="13" name="attack_type_race" nullable="true" remarks="TRUE indicates that the attack type is race condition. For example, symlink." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="14" name="attack_type_other" nullable="true" remarks="TRUE indicates that the attack type does not fall under any of the above attack types." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="15" name="attack_type_unknown" nullable="true" remarks="TRUE indicates that the attack type is unknown." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="16" name="impact_confidential" nullable="true" remarks="TRUE indicates that the impact of the attack(s) is loss of confidential information. For example, passwords, server information, environment variables, confirmation of file existence, path disclosure, file content access, and SQL injection." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="17" name="impact_integrity" nullable="true" remarks="TRUE indicates that the impact of the attack(s) is loss of integrity, which results in data modifications by unauthorized persons. For example, unauthorized file modification, deletion, or creation, remote file inclusion, and arbitrary command execution." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="18" name="impact_available" nullable="true" remarks="TRUE indicates that the impact of the attack is loss of availability of a service or information." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="19" name="impact_unknown" nullable="true" remarks="TRUE indicates that the impact of the attack is unknown." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="20" name="exploit_available" nullable="true" remarks="TRUE indicates that the exploit is available for the vulnerability." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="21" name="exploit_unavailable" nullable="true" remarks="TRUE indicates that the exploit is not available for the vulnerability." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="22" name="exploit_rumored" nullable="true" remarks="TRUE indicates that the exploit is rumored to exist for the vulnerability." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="23" name="exploit_unknown" nullable="true" remarks="TRUE indicates that the exploit is unknown for the vulnerability." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="24" name="vuln_verified" nullable="true" remarks="TRUE indicates that the existence of the vulnerability has been verified." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="25" name="vuln_myth_fake" nullable="true" remarks="TRUE indicates that the vulnerability is a myth or a false alarm." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="26" name="vuln_best_prac" nullable="true" remarks="TRUE indicates that the vulnerability is a result of not following the best practices in the configuration or usage of the vulnerable system or software." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="27" name="vuln_concern" nullable="true" remarks="TRUE indicates that the vulnerability requires additional concern for remediation." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="28" name="vuln_web_check" nullable="true" remarks="TRUE indicates that the vulnerability is a common problem in Web servers or Web applications." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="29" name="attack_scenario" nullable="true" remarks="Description of how a vulnerability can be exploited." size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="30" name="solution_description" nullable="true" remarks="Description of the solution that is used to fix the vulnerability." size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="31" name="full_description" nullable="true" remarks="The complete description of the vulnerability." size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="32" name="location_physical" nullable="true" remarks="TRUE indicates that the vulnerability can be exploited with only physical system access&lt;literal/&gt;." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="33" name="location_local" nullable="true" remarks="TRUE indicates that the vulnerability can be exploited on a local system." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="34" name="location_remote" nullable="true" remarks="TRUE indicates that the vulnerability can be exploited on a remote system." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="35" name="location_dialup" nullable="true" remarks="TRUE indicates that the vulnerability can be exploited using a dial-up connection." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="36" name="location_unknown" nullable="true" remarks="TRUE indicates that the vulnerability is exploited in an unknown location." size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="37" name="published" nullable="true" remarks="Time stamp indicating when the vulnerability was published in the OSVDB." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="38" name="inserted" nullable="true" remarks="Time stamp indicating when the vulnerability was inserted in the vendor database." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="39" name="updated" nullable="true" remarks="Time stamp indicating when the vulnerability was updated in the vendor database." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="40" name="date_created" nullable="true" remarks="Date the entry was created" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="41" name="date_modified" nullable="true" remarks="Date the entry was modified" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="42" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="43" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="adv_nxs_products" numRows="0" remarks="All the products that are supported by Novell for Advisor." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="product_id" nullable="false" remarks="The unique ID of the product." size="10" type="int4">
            <child column="product_id" foreignKey="adv_nxs_sign_product_id_fkey" implied="false" onDeleteCascade="false" table="adv_nxs_signatures"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="product_name" nullable="false" remarks="Name of the product. For example, Cisco* Secure IDS, Enterasys* Dragon* Network Sensor, or McAfee* IntruShield*." size="256" type="varchar">
            <child column="product_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_products_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="internal_name" nullable="false" remarks="Short name of the product that is used in generating the exploitdetection.csv file. This name is used by Collectors for exploit detection. For example, if the product name is Cisco Secure IDS, the internal name is Secure." size="256" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="is_attack" nullable="false" remarks="TRUE indicates that the product is IDS." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="is_vuln" nullable="false" remarks="TRUE indicates that the product is Vulnerability Scanner." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="is_kb" nullable="false" remarks="TRUE indicates that the product is Knowledge Base." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="is_populate_attack_name" nullable="false" remarks="TRUE by default. If the value is FALSE, the attack name is not populated in the exploitDetection.csv file." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="is_populate_attack_code" nullable="false" remarks="TRUE by default. If the value is FALSE, the attack code is not populated in the exploitDetection.csv file." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="8" name="is_active" nullable="false" remarks="TRUE represents the product is selected for exploit detection in the Advisor window of Sentinel Control Center. FALSE represents  attacks from this product are not populated in the exploitdetection.csv file." size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="9" name="date_created" nullable="false" remarks="Date the entry was created" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="10" name="date_modified" nullable="false" remarks="Date the entry was modified" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="11" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="12" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="product_name" sequenceNumberInPK="1"/>
         <index name="adv_nxs_products_pkey" unique="true">
            <column ascending="true" name="product_name"/>
         </index>
         <index name="adv_nxs_products_ukey" unique="true">
            <column ascending="true" name="product_id"/>
         </index>
      </table>
      <table name="adv_nxs_products_v" numRows="0" remarks="All the products that are supported by Novell for Advisor." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="product_id" nullable="true" remarks="The unique ID of the product." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="product_name" nullable="true" remarks="Name of the product. For example, Cisco* Secure IDS, Enterasys* Dragon* Network Sensor, or McAfee* IntruShield*." size="256" type="varchar">
            <parent column="product_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_products"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="internal_name" nullable="true" remarks="Short name of the product that is used in generating the exploitdetection.csv file. This name is used by Collectors for exploit detection. For example, if the product name is Cisco Secure IDS, the internal name is Secure." size="256" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="is_attack" nullable="true" remarks="TRUE indicates that the product is IDS." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="is_vuln" nullable="true" remarks="TRUE indicates that the product is Vulnerability Scanner." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="is_kb" nullable="true" remarks="TRUE indicates that the product is Knowledge Base." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="is_populate_attack_name" nullable="true" remarks="TRUE by default. If the value is FALSE, the attack name is not populated in the exploitDetection.csv file." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="is_populate_attack_code" nullable="true" remarks="TRUE by default. If the value is FALSE, the attack code is not populated in the exploitDetection.csv file." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="8" name="is_active" nullable="true" remarks="TRUE represents the product is selected for exploit detection in the Advisor window of Sentinel Control Center. FALSE represents  attacks from this product are not populated in the exploitdetection.csv file." size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="9" name="date_created" nullable="true" remarks="Date the entry was created" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="10" name="date_modified" nullable="true" remarks="Date the entry was modified" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="11" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="12" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="adv_nxs_signatures" numRows="0" remarks="List of signatures of the products that are supported by Novell for Advisor." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="product_id" nullable="false" remarks="The unique ID of the product." size="10" type="int4">
            <child column="source_product_id" foreignKey="adv_nxs_mappings_source_fkey" implied="false" onDeleteCascade="false" table="adv_nxs_mappings"/>
            <child column="target_product_id" foreignKey="adv_nxs_mappings_target_fkey" implied="false" onDeleteCascade="false" table="adv_nxs_mappings"/>
            <parent column="product_id" foreignKey="adv_nxs_sign_product_id_fkey" implied="false" onDeleteCascade="false" table="adv_nxs_products"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="signature_id" nullable="true" remarks="The unique ID of the signature." size="256" type="varchar">
            <child column="source_signature_id" foreignKey="adv_nxs_mappings_source_fkey" implied="false" onDeleteCascade="false" table="adv_nxs_mappings"/>
            <child column="target_signature_id" foreignKey="adv_nxs_mappings_target_fkey" implied="false" onDeleteCascade="false" table="adv_nxs_mappings"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="signature_name" nullable="true" remarks="Name of the signature." size="256" type="varchar"/>
         <column autoUpdated="false" digits="6" id="3" name="published" nullable="false" remarks="Time stamp indicating when the signature was published for the product by the vendor." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="4" name="inserted" nullable="false" remarks="Time stamp indicating when the signature information was entered in the vendor database." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="5" name="updated" nullable="false" remarks="Time stamp indicating when the signature information was updated in the vendor database." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="false" remarks="Date the entry was created" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="false" remarks="Date the entry was modified" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <index name="adv_nxs_sign_id_ukey" unique="true">
            <column ascending="true" name="product_id"/>
            <column ascending="true" name="signature_id"/>
         </index>
         <index name="adv_nxs_signatures_idx1" unique="false">
            <column ascending="true" name="product_id"/>
            <column ascending="true" name="signature_id"/>
         </index>
         <index name="adv_nxs_signatures_idx2" unique="false">
            <column ascending="true" name="product_id"/>
            <column ascending="true" name="signature_name"/>
         </index>
      </table>
      <table name="adv_nxs_signatures_v" numRows="0" remarks="List of signatures of the products that are supported by Novell for Advisor." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="product_id" nullable="true" remarks="The unique ID of the product." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="signature_id" nullable="true" remarks="The unique ID of the signature." size="256" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="signature_name" nullable="true" remarks="Name of the signature." size="256" type="varchar"/>
         <column autoUpdated="false" digits="6" id="3" name="published" nullable="true" remarks="Time stamp indicating when the signature was published for the product by the vendor." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="4" name="inserted" nullable="true" remarks="Time stamp indicating when the signature information was entered in the vendor database." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="5" name="updated" nullable="true" remarks="Time stamp indicating when the signature information was updated in the vendor database." size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="true" remarks="Date the entry was created" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="true" remarks="Date the entry was modified" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="annotations" numRows="0" remarks="Annotations (or notes) attached to incidents" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ann_id" nullable="false" remarks="Identifier for the annotations" size="10" type="int4">
            <child column="ann_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="annotations_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="text" nullable="true" remarks="XML data of annotations used" size="4000" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="action" nullable="true" remarks="Actions" size="255" type="varchar"/>
         <primaryKey column="ann_id" sequenceNumberInPK="1"/>
         <index name="ann_pk" unique="true">
            <column ascending="true" name="ann_id"/>
         </index>
         <index name="ann_date_created_idx" unique="false">
            <column ascending="true" name="date_created"/>
         </index>
      </table>
      <table name="annotations_rpt_v" numRows="0" remarks="Annotations (or notes) attached to incidents" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="ann_id" nullable="true" remarks="Identifier for the annotations" size="10" type="int4">
            <parent column="ann_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="annotations"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="text" nullable="true" remarks="XML data of annotations used" size="4000" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="action" nullable="true" remarks="Annotations actions" size="255" type="varchar"/>
      </table>
      <table name="asset" numRows="0" remarks="Associates an asset with all of the detailed information about that asset, which is located in other tables." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="asset_id" nullable="false" remarks="Asset identifier" size="2147483647" type="uuid">
            <child column="asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_rpt_v"/>
            <child column="asset_id" foreignKey="asset_x_entity_x_role_fk1" implied="false" onDeleteCascade="false" table="asset_x_entity_x_role"/>
            <child column="asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_x_entity_x_role_rpt_v"/>
            <child column="asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents_assets"/>
            <child column="asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents_assets_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="cust_id" nullable="false" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="asset_name" nullable="true" remarks="Description of the asset" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="physical_asset_id" nullable="false" remarks="Physical asset identifier" size="2147483647" type="uuid">
            <parent column="physical_asset_id" foreignKey="asset_fk1" implied="false" onDeleteCascade="false" table="physical_asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="prdt_id" nullable="false" remarks="Product identifier" size="19" type="int8">
            <parent column="prdt_id" foreignKey="asset_fk6" implied="false" onDeleteCascade="false" table="prdt"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="asset_ctgry_id" nullable="false" remarks="Asset category identifier" size="19" type="int8">
            <parent column="asset_ctgry_id" foreignKey="asset_fk2" implied="false" onDeleteCascade="false" table="asset_ctgry"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="env_identity_id" nullable="false" remarks="Environment identify code" size="19" type="int8">
            <parent column="env_identity_id" foreignKey="asset_fk7" implied="false" onDeleteCascade="false" table="env_identity_lkup"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="physical_asset_ind" nullable="true" remarks="Physical asset indicator" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="8" name="asset_val_id" nullable="false" remarks="Asset value code" size="19" type="int8">
            <parent column="asset_val_id" foreignKey="asset_fk3" implied="false" onDeleteCascade="false" table="asset_val_lkup"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="crit_id" nullable="false" remarks="Asset criticality code" size="19" type="int8">
            <parent column="crit_id" foreignKey="asset_fk4" implied="false" onDeleteCascade="false" table="crit_lkup"/>
         </column>
         <column autoUpdated="false" digits="0" id="10" name="sensitivity_id" nullable="false" remarks="Asset sensitivity code" size="19" type="int8">
            <parent column="sensitivity_id" foreignKey="asset_fk5" implied="false" onDeleteCascade="false" table="sensitivity_lkup"/>
         </column>
         <column autoUpdated="false" digits="6" id="11" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="12" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="13" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="14" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="asset_id" sequenceNumberInPK="1"/>
         <index name="asset_pk" unique="true">
            <column ascending="true" name="asset_id"/>
         </index>
         <index name="asset_ak1" unique="true">
            <column ascending="true" name="asset_name"/>
            <column ascending="true" name="physical_asset_id"/>
            <column ascending="true" name="cust_id"/>
         </index>
      </table>
      <table name="asset_category_rpt_v" numRows="0" remarks="Asset category information" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="asset_category_id" nullable="true" remarks="ID of the Asset Category" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="asset_category_name" nullable="true" remarks="Name of the Asset Category such as" size="100" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="asset_ctgry" numRows="0" remarks="Asset category information" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="asset_ctgry_id" nullable="false" remarks="ID of the Asset Category" size="19" type="int8">
            <child column="asset_ctgry_id" foreignKey="asset_fk2" implied="false" onDeleteCascade="false" table="asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="asset_ctgry_name" nullable="false" remarks="Name of the Asset Category such as" size="100" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="asset_ctgry_id" sequenceNumberInPK="1"/>
         <index name="asset_ctgry_pk" unique="true">
            <column ascending="true" name="asset_ctgry_id"/>
         </index>
         <index name="asset_ctgry_ak1" unique="true">
            <column ascending="true" name="asset_ctgry_name"/>
         </index>
      </table>
      <table name="asset_hostname" numRows="0" remarks="Asset hostname information" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="asset_hostname_id" nullable="false" remarks="Asset alternate hostname identifier" size="2147483647" type="uuid">
            <child column="asset_hostname_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_hostname_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="physical_asset_id" nullable="false" remarks="Physical asset identifier" size="2147483647" type="uuid">
            <parent column="physical_asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="physical_asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="host_name" nullable="true" remarks="Host name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="cust_id" nullable="true" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="asset_hostname_id" sequenceNumberInPK="1"/>
         <index name="asset_hostname_pk" unique="true">
            <column ascending="true" name="asset_hostname_id"/>
         </index>
         <index name="asset_hostname_ak1" unique="true">
            <column ascending="true" name="physical_asset_id"/>
            <column ascending="true" name="host_name"/>
         </index>
      </table>
      <table name="asset_hostname_rpt_v" numRows="0" remarks="Asset hostname information" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="asset_hostname_id" nullable="true" remarks="Asset alternate hostname identifier" size="2147483647" type="uuid">
            <parent column="asset_hostname_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_hostname"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="physical_asset_id" nullable="true" remarks="Physical asset identifier" size="2147483647" type="uuid">
            <parent column="physical_asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="physical_asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="host_name" nullable="true" remarks="Host name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="cust_id" nullable="true" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="asset_ip" numRows="0" remarks="Asset IP address information" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="asset_ip_id" nullable="false" remarks="Asset alternate IP identifier" size="2147483647" type="uuid">
            <child column="asset_ip_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_ip_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="physical_asset_id" nullable="false" remarks="Physical asset identifier" size="2147483647" type="uuid">
            <parent column="physical_asset_id" foreignKey="asset_ip_fk1" implied="false" onDeleteCascade="false" table="physical_asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ip_addr" nullable="true" remarks="Asset IP address" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="cust_id" nullable="true" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="asset_ip_id" sequenceNumberInPK="1"/>
         <index name="asset_ip_pk" unique="true">
            <column ascending="true" name="asset_ip_id"/>
         </index>
         <index name="asset_ip_ak1" unique="true">
            <column ascending="true" name="physical_asset_id"/>
            <column ascending="true" name="ip_addr"/>
         </index>
      </table>
      <table name="asset_ip_rpt_v" numRows="0" remarks="Asset IP address information" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="asset_ip_id" nullable="true" remarks="Asset alternate IP identifier" size="2147483647" type="uuid">
            <parent column="asset_ip_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_ip"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="physical_asset_id" nullable="true" remarks="Physical asset identifier" size="2147483647" type="uuid">
            <parent column="physical_asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="physical_asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ip_address" nullable="true" remarks="Asset IP address" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="cust_id" nullable="true" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="asset_loc" numRows="0" remarks="Asset geographical location information" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="loc_id" nullable="false" remarks="Unique identifier for asset location" size="19" type="int8">
            <child column="loc_id" foreignKey="physical_asset_fk1" implied="false" onDeleteCascade="false" table="physical_asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="cust_id" nullable="true" remarks="Reference to customer id" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="building_name" nullable="true" remarks="Name of the building where asset is present" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="addr_line_1" nullable="true" remarks="The location at which this asset is located; internal codes or full address" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="addr_line_2" nullable="true" remarks="The latitude/longitude coordinates of the asset" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="city" nullable="true" remarks="City name of the asset situated" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="state" nullable="true" remarks="State of the city where asset is located" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="cntry" nullable="true" remarks="Country name in which asset is present" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="zip_cd" nullable="true" remarks="Zip code of the country" size="50" type="varchar"/>
         <column autoUpdated="false" digits="6" id="9" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="10" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="11" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="12" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="loc_id" sequenceNumberInPK="1"/>
         <index name="asset_loc_pk" unique="true">
            <column ascending="true" name="loc_id"/>
         </index>
      </table>
      <table name="asset_location_rpt_v" numRows="0" remarks="Asset geographical location information" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="location_id" nullable="true" remarks="Unique identifier for asset location" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="cust_id" nullable="true" remarks="Reference to customer id" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="building_name" nullable="true" remarks="Name of the building where asset is present" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="address_line_1" nullable="true" remarks="Address of the asset location" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="address_line_2" nullable="true" remarks="Address of the asset location" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="city" nullable="true" remarks="City name of the asset situated" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="state" nullable="true" remarks="State of the city where asset is located" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="country" nullable="true" remarks="Country name in which asset is present" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="zip_code" nullable="true" remarks="Zip code of the country" size="50" type="varchar"/>
         <column autoUpdated="false" digits="6" id="9" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="10" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="11" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="12" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="asset_rpt_v" numRows="0" remarks="Associates an asset with all of the detailed information about that asset, which is located in other tables." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="asset_id" nullable="true" remarks="Asset identifier" size="2147483647" type="uuid">
            <parent column="asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="cust_id" nullable="true" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="asset_name" nullable="true" remarks="Asset name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="physical_asset_id" nullable="true" remarks="Physical asset identifier" size="2147483647" type="uuid">
            <parent column="physical_asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="physical_asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="product_id" nullable="true" remarks="Product identifier" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="asset_category_id" nullable="true" remarks="Asset category identifier" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="6" name="environment_identity_cd" nullable="true" remarks="Environment identify code" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="7" name="physical_asset_ind" nullable="true" remarks="Physical asset indicator" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="8" name="asset_value_code" nullable="true" remarks="Asset value code" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="9" name="criticality_id" nullable="true" remarks="Asset criticality code" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="10" name="sensitivity_id" nullable="true" remarks="Asset sensitivity code" size="19" type="int8">
            <parent column="sensitivity_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sensitivity_lkup"/>
         </column>
         <column autoUpdated="false" digits="6" id="11" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="12" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="13" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="14" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="asset_val_lkup" numRows="0" remarks="Asset value types" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="asset_val_id" nullable="false" remarks="Unique identifier for asset value" size="19" type="int8">
            <child column="asset_val_id" foreignKey="asset_fk3" implied="false" onDeleteCascade="false" table="asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="asset_val_name" nullable="false" remarks="Name of asset value" size="50" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="asset_val_id" sequenceNumberInPK="1"/>
         <index name="asset_val_lkup_pk" unique="true">
            <column ascending="true" name="asset_val_id"/>
         </index>
         <index name="asset_val_lkup_ak1" unique="true">
            <column ascending="true" name="asset_val_name"/>
         </index>
      </table>
      <table name="asset_value_rpt_v" numRows="0" remarks="Asset value types" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="asset_value_id" nullable="true" remarks="Unique identifier for asset value" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="asset_value_name" nullable="true" remarks="Name of asset value" size="50" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="asset_x_entity_x_role" numRows="0" remarks="Associates an asset with all of the people, roles, and organizations related to the asset." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="person_id" nullable="false" remarks="Reference to the person id" size="2147483647" type="uuid">
            <parent column="person_id" foreignKey="asset_x_entity_x_role_fk2" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="organization_id" nullable="false" remarks="Reference to the organization id" size="2147483647" type="uuid">
            <parent column="organization_id" foreignKey="asset_x_entity_x_role_fk3" implied="false" onDeleteCascade="false" table="organization"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="role_cd" nullable="false" remarks="Role code" size="5" type="varchar">
            <parent column="role_cd" foreignKey="asset_x_entity_x_role_fk4" implied="false" onDeleteCascade="false" table="role_lkup"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="asset_id" nullable="false" remarks="Reference to asset id" size="2147483647" type="uuid">
            <parent column="asset_id" foreignKey="asset_x_entity_x_role_fk1" implied="false" onDeleteCascade="false" table="asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="entity_typ_cd" nullable="false" remarks="Entity type code" size="5" type="varchar">
            <parent column="entity_typ_cd" foreignKey="asset_x_entity_x_role_fk5" implied="false" onDeleteCascade="false" table="entity_typ_lkup"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="person_role_seq" nullable="true" remarks="Sequence of the person role" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="person_id" sequenceNumberInPK="1"/>
         <primaryKey column="organization_id" sequenceNumberInPK="2"/>
         <primaryKey column="role_cd" sequenceNumberInPK="3"/>
         <primaryKey column="asset_id" sequenceNumberInPK="4"/>
         <index name="asset_x_entity_x_role_pk" unique="true">
            <column ascending="true" name="person_id"/>
            <column ascending="true" name="organization_id"/>
            <column ascending="true" name="role_cd"/>
            <column ascending="true" name="asset_id"/>
         </index>
      </table>
      <table name="asset_x_entity_x_role_rpt_v" numRows="0" remarks="Associates an asset with all of the people, roles, and organizations related to the asset." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="person_id" nullable="true" remarks="Reference to the person id" size="2147483647" type="uuid">
            <parent column="person_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="organization_id" nullable="true" remarks="Reference to the organization id" size="2147483647" type="uuid">
            <parent column="organization_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="organization"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="role_code" nullable="true" remarks="Role code" size="5" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="asset_id" nullable="true" remarks="Reference to asset id" size="2147483647" type="uuid">
            <parent column="asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="entity_type_code" nullable="true" remarks="Entity type code" size="5" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="person_role_sequence" nullable="true" remarks="Sequence of the person role" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="associations" numRows="0" remarks="A table used for associating objects in various tables (such as  users to incident, incident to annotations, etc.)" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="table1" nullable="false" remarks="Table name 1. For example, incidents" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="id1" nullable="false" remarks="ID1. For example, incident ID." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="table2" nullable="false" remarks="Table name 2. For example, users." size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="id2" nullable="false" remarks="ID2. For example, user ID." size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="table1" sequenceNumberInPK="1"/>
         <primaryKey column="id1" sequenceNumberInPK="2"/>
         <primaryKey column="table2" sequenceNumberInPK="3"/>
         <primaryKey column="id2" sequenceNumberInPK="4"/>
         <index name="asn_pk" unique="true">
            <column ascending="true" name="table1"/>
            <column ascending="true" name="id1"/>
            <column ascending="true" name="table2"/>
            <column ascending="true" name="id2"/>
         </index>
         <index name="asn_idx_2" unique="false">
            <column ascending="true" name="id2"/>
            <column ascending="true" name="table2"/>
         </index>
      </table>
      <table name="associations_rpt_v" numRows="0" remarks="A table used for associating objects in various tables (such as users to incident, incident to annotations, etc.)" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="table1" nullable="true" remarks="Table name 1. For example, incidents" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="id1" nullable="true" remarks="ID1. For example, incident ID." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="table2" nullable="true" remarks="Table name 2. For example, users." size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="id2" nullable="true" remarks="ID2. For example, user ID." size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="attachments" numRows="0" remarks="Incident attachments" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="attachment_id" nullable="false" remarks="Attachment identifier" size="10" type="int4">
            <child column="attachment_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="attachments_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="Attachment name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="src_ref" nullable="true" remarks="Source reference" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="typ" nullable="true" remarks="Attachment type" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="sub_typ" nullable="true" remarks="Attachment subtype" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="file_ext" nullable="true" remarks="File extension" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="attachment_desc" nullable="true" remarks="Attachment description" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="data" nullable="true" remarks="Attachment data" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="8" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="10" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="11" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="attachment_id" sequenceNumberInPK="1"/>
         <index name="attachments_pk" unique="true">
            <column ascending="true" name="attachment_id"/>
         </index>
      </table>
      <table name="attachments_rpt_v" numRows="0" remarks="Incident attachments" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="attachment_id" nullable="true" remarks="Attachment identifier" size="10" type="int4">
            <parent column="attachment_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="attachments"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="Attachment name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="source_reference" nullable="true" remarks="Source reference" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="type" nullable="true" remarks="Attachment type" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="sub_type" nullable="true" remarks="Attachment subtype" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="file_extension" nullable="true" remarks="File extension" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="attachment_description" nullable="true" remarks="Attachment description" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="data" nullable="true" remarks="Attachment data" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="8" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="10" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="11" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="configs" numRows="0" remarks="General configuration information of the system." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="usr_id" nullable="false" remarks="User name." size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="application" nullable="false" remarks="Application identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="unit" nullable="false" remarks="Application unit" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="value" nullable="true" remarks="Text value if any" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="data" nullable="true" remarks="XML data" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="usr_id" sequenceNumberInPK="1"/>
         <primaryKey column="application" sequenceNumberInPK="2"/>
         <primaryKey column="unit" sequenceNumberInPK="3"/>
         <index name="configs_pk" unique="true">
            <column ascending="true" name="usr_id"/>
            <column ascending="true" name="application"/>
            <column ascending="true" name="unit"/>
         </index>
         <index name="cfg_app_idx" unique="false">
            <column ascending="true" name="application"/>
         </index>
         <index name="cfg_unit_idx" unique="false">
            <column ascending="true" name="unit"/>
         </index>
      </table>
      <table name="configs_rpt_v" numRows="0" remarks="General configuration information of the system." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="usr_id" nullable="true" remarks="User name." size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="application" nullable="true" remarks="Application identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="unit" nullable="true" remarks="Application unit" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="value" nullable="true" remarks="Text value if any" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="data" nullable="true" remarks="XML data" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="console_slms" numRows="0" remarks="The list of distributed search initiators configured in this  system." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="slm_id" nullable="false" remarks="Unique identifier of SLM on console" size="2147483647" type="uuid">
            <parent column="slm_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="dist_search_config"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="display_name" nullable="false" remarks="Display name on console" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="network_address" nullable="false" remarks="Network address" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="port" nullable="true" remarks="Port Number" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="certificate" nullable="false" remarks="Certificate details" size="8192" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="console_metadata" nullable="false" remarks="Metadata of console" size="8192" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="is_enabled" nullable="true" remarks="True indicates Active" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="user_group_id" nullable="true" remarks="Id of the user group" size="2147483647" type="uuid">
            <parent column="group_id" foreignKey="console_slms_user_group_id_fk" implied="false" onDeleteCascade="false" table="user_groups"/>
         </column>
         <column autoUpdated="false" digits="6" id="8" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="10" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="11" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="slm_id" sequenceNumberInPK="1"/>
         <index name="console_slms_pk" unique="true">
            <column ascending="true" name="slm_id"/>
         </index>
      </table>
      <table name="contacts_rpt_v" numRows="0" remarks="The list of Sentinel users" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="cnt_id" nullable="true" remarks="Id of the user 1-Admin" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="first_name" nullable="true" remarks="Entered user name" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="last_name" nullable="true" remarks="Surname of the user" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="title" nullable="true" remarks="Title of the user" size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="department" nullable="true" remarks="Department that user belongs to" size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="phone" nullable="true" remarks="Contact number of the user" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="email" nullable="true" remarks="Emailid of the user" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="pager" nullable="true" remarks="Any extra information of the user" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="cell" nullable="true" remarks="Mobile number of the user contact" size="64" type="varchar"/>
         <column autoUpdated="false" digits="6" id="9" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="10" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="11" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="12" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="corr_act_def" numRows="0" remarks="Definitions of actions, which is useful for describing actions  in action configuration user interfaces." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="corr_act_def_id" nullable="false" remarks="Correlation actions identifier" size="2147483647" type="uuid">
            <child column="corr_act_def_id" foreignKey="corr_act_def_id_fk" implied="false" onDeleteCascade="false" table="corr_act_parm"/>
            <child column="corr_act_def_id" foreignKey="global_filter_corr_action_association_tag_name_fk" implied="false" onDeleteCascade="false" table="global_filter_corr_action_association"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="corr_act_meta_id" nullable="false" remarks="Correlation actionsmeta data identifier" size="2147483647" type="uuid">
            <parent column="corr_act_meta_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="corr_act_meta"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="corr_act_def_name" nullable="false" remarks="Name of the correlation action" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="corr_act_def_id" sequenceNumberInPK="1"/>
         <index name="corr_act_def_corr_act_def_id_pk" unique="true">
            <column ascending="true" name="corr_act_def_id"/>
         </index>
      </table>
      <table name="corr_act_meta" numRows="0" remarks="Action metadata that is useful to describing an action,  particular for use in action configuration user interfaces." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="corr_act_meta_id" nullable="false" remarks="Id of correlation action meta data" size="2147483647" type="uuid">
            <child column="corr_act_meta_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="corr_act_def"/>
            <child column="corr_act_meta_id" foreignKey="corr_act_parm_def_fk" implied="false" onDeleteCascade="false" table="corr_act_parm_def"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="corr_act_meta_name" nullable="false" remarks="Name of correlation action meta data" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="corr_act_meta_class_name" nullable="false" remarks="Class name of correlation action  meta data" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="corr_act_meta_id" sequenceNumberInPK="1"/>
         <index name="corr_act_meta_corr_act_meta_id_pk" unique="true">
            <column ascending="true" name="corr_act_meta_id"/>
         </index>
      </table>
      <table name="corr_act_parm" numRows="0" remarks="Stores the parameter values (e.g, as entered by a user) for  instances of actions." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="corr_act_parm_id" nullable="false" remarks="Correlation action parameter identifier" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="1" name="corr_act_parm_def_id" nullable="false" remarks="Correlation action parameter definition  identifier" size="2147483647" type="uuid">
            <parent column="corr_act_parm_def_id" foreignKey="corr_act_parm_def_id_fk" implied="false" onDeleteCascade="false" table="corr_act_parm_def"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="corr_act_def_id" nullable="false" remarks="Correlation action identifier" size="2147483647" type="uuid">
            <parent column="corr_act_def_id" foreignKey="corr_act_def_id_fk" implied="false" onDeleteCascade="false" table="corr_act_def"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="corr_act_parm_value" nullable="false" remarks="Correlation action parameter value" size="4000" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="corr_act_plugin_parms" nullable="true" remarks="Plugin parameters of correlation  action" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="7" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="8" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="corr_act_parm_id" sequenceNumberInPK="1"/>
         <index name="corr_act_parm_corr_act_parm_id_pk" unique="true">
            <column ascending="true" name="corr_act_parm_id"/>
         </index>
      </table>
      <table name="corr_act_parm_def" numRows="0" remarks="The definitions of action parameters, which is useful for  describing action parameters in action configuration user interfaces." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="corr_act_parm_def_id" nullable="false" remarks="Correlation action parameter  definition identifier" size="2147483647" type="uuid">
            <child column="corr_act_parm_def_id" foreignKey="corr_act_parm_def_id_fk" implied="false" onDeleteCascade="false" table="corr_act_parm"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="corr_act_meta_id" nullable="false" remarks="Correlation action meta data identifer" size="2147483647" type="uuid">
            <parent column="corr_act_meta_id" foreignKey="corr_act_parm_def_fk" implied="false" onDeleteCascade="false" table="corr_act_meta"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="corr_act_parm_name" nullable="false" remarks="Correlation action parameter name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="corr_act_handler" nullable="true" remarks="Correlation action handler" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="corr_act_parm_def_id" sequenceNumberInPK="1"/>
         <index name="corr_act_parm_def_corr_act_parm_def_id" unique="true">
            <column ascending="true" name="corr_act_parm_def_id"/>
         </index>
      </table>
      <table name="corr_deploy_config" numRows="0" remarks="Correlation rule deployment configuration details." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="corr_deploy_config_id" nullable="false" remarks="Correlation deploy configuration  identifier" size="2147483647" type="uuid">
            <child column="corr_deploy_config_id" foreignKey="corr_rule_cfg_fk" implied="false" onDeleteCascade="false" table="corr_rule_cfg"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="corr_deploy_config_name" nullable="true" remarks="Correlation deploy configuration  name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="deploy_state" nullable="false" remarks="TRUE indicates that it is deployed" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="3" name="corr_engine_config_id" nullable="false" remarks="Correlation Engine configuration  identifier" size="2147483647" type="uuid">
            <parent column="corr_engine_config_id" foreignKey="corr_deploy_config_fk" implied="false" onDeleteCascade="false" table="corr_engine_config"/>
         </column>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="corr_deploy_config_id" sequenceNumberInPK="1"/>
         <index name="corr_deploy_config_pk" unique="true">
            <column ascending="true" name="corr_deploy_config_id"/>
         </index>
      </table>
      <table name="corr_engine_config" numRows="0" remarks="Correlation engine configuration details." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="corr_engine_config_id" nullable="false" remarks="Correlation Engine configuration  identifier" size="2147483647" type="uuid">
            <child column="corr_engine_config_id" foreignKey="corr_deploy_config_fk" implied="false" onDeleteCascade="false" table="corr_deploy_config"/>
            <child column="corr_engine_config_id" foreignKey="corr_engine_config_rule_fk" implied="false" onDeleteCascade="false" table="corr_rule_cfg"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="corr_engine_config_name" nullable="true" remarks="Correlation Engine configuration  name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="engine_state" nullable="false" remarks="Correlation Engine status" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="3" name="corr_engine_config_hostname" nullable="false" remarks="Correlation Engine Host  name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="corr_engine_config_hostip" nullable="false" remarks="Correlation Engine Host IP  address" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="corr_engine_config_id" sequenceNumberInPK="1"/>
         <index name="corr_engine_config_pk" unique="true">
            <column ascending="true" name="corr_engine_config_id"/>
         </index>
      </table>
      <table name="corr_rule" numRows="0" remarks="Correlation rules" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="rule_id" nullable="false" remarks="Unique Identifier of Correlation rule" size="2147483647" type="uuid">
            <parent column="rule_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="user_tag_permission_rules"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="rule_name" nullable="false" remarks="Name of the correlation rule" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="rule_type" nullable="false" remarks="Correlation Rule type" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="rule_desc" nullable="true" remarks="Correlation Rule description" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="rule_lg" nullable="true" remarks="Correlation Rule language" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="rule_data" nullable="true" remarks="Correlation Rule data" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="trigger_data" nullable="true" remarks="Trigger data" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="child_rules" nullable="true" remarks="Correlations child rule" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="10" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="11" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="rule_id" sequenceNumberInPK="1"/>
         <index name="corr_rule_pk" unique="true">
            <column ascending="true" name="rule_id"/>
         </index>
      </table>
      <table name="corr_rule_cfg" numRows="0" remarks="Correlation rule configuration details." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="corr_rule_config_id" nullable="false" remarks="Correlation Rule Configuration  identifier" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="1" name="corr_rule_config_name" nullable="true" remarks="Correlation Rule Configuration name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="deploy_state" nullable="false" remarks="TRUE indicates that it is deployed" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="3" name="corr_deploy_config_id" nullable="false" remarks="Correlation Deployment Configuration  identifier" size="2147483647" type="uuid">
            <parent column="corr_deploy_config_id" foreignKey="corr_rule_cfg_fk" implied="false" onDeleteCascade="false" table="corr_deploy_config"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="corr_rule_def_id" nullable="false" remarks="Correlation Rule Definition Identifier" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="5" name="corr_engine_config_id" nullable="false" remarks="Correlation Engine configuration  identifier" size="2147483647" type="uuid">
            <parent column="corr_engine_config_id" foreignKey="corr_engine_config_rule_fk" implied="false" onDeleteCascade="false" table="corr_engine_config"/>
         </column>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="corr_rule_config_id" sequenceNumberInPK="1"/>
         <index name="corr_rule_cfg_pk" unique="true">
            <column ascending="true" name="corr_rule_config_id"/>
         </index>
      </table>
      <table name="correlated_events" numRows="0" remarks="Associates a correlation event with the events that  triggered the correlation event.  This table is used to figure out what caused a correlation rule  to fire." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="parent_evt_id" nullable="false" remarks="Reference to the parent event id" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="1" name="child_evt_id" nullable="false" remarks="Id of the child event" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="2" name="parent_evt_time" nullable="false" remarks="Time of the parent event" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="child_evt_time" nullable="false" remarks="Time of the child event" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="parent_part_id" nullable="false" remarks="Partition id of parent event" size="19" type="int8"/>
         <primaryKey column="parent_evt_time" sequenceNumberInPK="1"/>
         <primaryKey column="parent_evt_id" sequenceNumberInPK="2"/>
         <primaryKey column="child_evt_time" sequenceNumberInPK="3"/>
         <primaryKey column="child_evt_id" sequenceNumberInPK="4"/>
         <index name="corr_events_p_max_pk" unique="true">
            <column ascending="true" name="parent_evt_time"/>
            <column ascending="true" name="parent_evt_id"/>
            <column ascending="true" name="child_evt_time"/>
            <column ascending="true" name="child_evt_id"/>
         </index>
         <index name="corr_events_dc_pa_ch_idx" unique="false">
            <column ascending="true" name="date_created"/>
            <column ascending="true" name="parent_evt_id"/>
            <column ascending="true" name="child_evt_id"/>
         </index>
         <index name="corr_events_parent_part_id_idx" unique="false">
            <column ascending="true" name="parent_part_id"/>
         </index>
      </table>
      <table name="correlated_events_rpt_v" numRows="0" remarks="Associates a correlation event with the events that triggered the correlation event.  This table is used to figure out what caused a correlation rule to fire." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="parent_evt_id" nullable="true" remarks="Reference to the parent event id" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="1" name="child_evt_id" nullable="true" remarks="Id of the child event" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="2" name="parent_evt_time" nullable="true" remarks="Time of the parent event" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="child_evt_time" nullable="true" remarks="Time of the child event" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="parent_part_id" nullable="true" remarks="Partition id of parent event" size="19" type="int8"/>
      </table>
      <table name="crit_lkup" numRows="0" remarks="Asset criticality types" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="crit_id" nullable="false" remarks="Asset criticality code" size="19" type="int8">
            <child column="crit_id" foreignKey="asset_fk4" implied="false" onDeleteCascade="false" table="asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="crit_name" nullable="false" remarks="Asset criticality name" size="50" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="crit_id" sequenceNumberInPK="1"/>
         <index name="crit_lkup_pk" unique="true">
            <column ascending="true" name="crit_id"/>
         </index>
         <index name="crit_lkup_ak1" unique="true">
            <column ascending="true" name="crit_name"/>
         </index>
      </table>
      <table name="criticality_rpt_v" numRows="0" remarks="Asset criticality types" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="criticality_id" nullable="true" remarks="Asset criticality code" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="criticality_name" nullable="true" remarks="Asset criticality name" size="50" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="cust" numRows="0" remarks="Lists of all of the MSSP customer names." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="cust_id" nullable="false" remarks="Customer identifier" size="19" type="int8">
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_hostname"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_hostname_rpt_v"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_ip"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_ip_rpt_v"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_loc"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_location_rpt_v"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_rpt_v"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust_rpt_v"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="organization"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="organization_rpt_v"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="person"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="person_rpt_v"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="physical_asset"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="physical_asset_rpt_v"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_account"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_account_rpt_v"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_account_trust"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_identity"/>
            <child column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_identity_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="cust_name" nullable="true" remarks="Customer name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="cust_id" sequenceNumberInPK="1"/>
         <index name="cust_pk" unique="true">
            <column ascending="true" name="cust_id"/>
         </index>
         <index name="cust_ak1" unique="true">
            <column ascending="true" name="cust_name"/>
         </index>
      </table>
      <table name="cust_hierarchy" numRows="0" remarks="The hierarchy of an MSSP customer.  This is used to create a  logical organization of customer names." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="cust_hierarchy_id" nullable="false" remarks="Customer hierarchy ID" size="19" type="int8">
            <child column="cust_hierarchy_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust_hierarchy_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="cust_name" nullable="false" remarks="Customer  Name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="cust_hierarchy_lvl1" nullable="true" remarks="Customer hierarchy level 1" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="cust_hierarchy_lvl2" nullable="true" remarks="Customer hierarchy level 2" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="cust_hierarchy_lvl3" nullable="true" remarks="Customer hierarchy level 3" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="cust_hierarchy_lvl4" nullable="true" remarks="Customer hierarchy level 4" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <primaryKey column="cust_hierarchy_id" sequenceNumberInPK="1"/>
         <index name="cust_hierarchy_pk" unique="true">
            <column ascending="true" name="cust_hierarchy_id"/>
         </index>
         <index name="cust_hierarchy_ak1" unique="true">
            <column ascending="true" name="cust_name"/>
         </index>
      </table>
      <table name="cust_hierarchy_v" numRows="0" remarks="The hierarchy of an MSSP customer.  This is used to create a logical organization of customer names." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="cust_hierarchy_id" nullable="true" remarks="Customer hierarchy ID" size="19" type="int8">
            <parent column="cust_hierarchy_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust_hierarchy"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="cust_name" nullable="true" remarks="Customer  Name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="cust_hierarchy_lvl1" nullable="true" remarks="Customer hierarchy level 1" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="cust_hierarchy_lvl2" nullable="true" remarks="Customer hierarchy level 2" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="cust_hierarchy_lvl3" nullable="true" remarks="Customer hierarchy level 3" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="cust_hierarchy_lvl4" nullable="true" remarks="Customer hierarchy level 4" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
      </table>
      <table name="cust_rpt_v" numRows="0" remarks="Lists of all of the MSSP customer names." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="cust_id" nullable="true" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="customer_name" nullable="true" remarks="Customer name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="disk_monitor" numRows="0" remarks="Disk size information collected by a periodically run disk  monitor job." schema="public" type="TABLE">
         <column autoUpdated="false" digits="6" id="0" name="computed_time" nullable="false" remarks="Timestamp of the disk space computation" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="1" name="disk_size_used" nullable="false" remarks="Disk size used" size="131089" type="numeric"/>
         <column autoUpdated="false" digits="0" id="2" name="disk_size_allocated" nullable="false" remarks="Disk size allocated" size="131089" type="numeric"/>
         <column autoUpdated="false" digits="0" id="3" name="storage_type" nullable="false" remarks="Storage Type" size="50" type="varchar"/>
         <primaryKey column="computed_time" sequenceNumberInPK="1"/>
         <index name="disk_monitor_pk" unique="true">
            <column ascending="true" name="computed_time"/>
         </index>
      </table>
      <table name="dist_search_config" numRows="0" remarks="Distributed search configuration." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="slm_id" nullable="false" remarks="Sentinel Log Manager Id" size="2147483647" type="uuid">
            <child column="slm_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="console_slms"/>
            <child column="slm_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="target_slms"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="dist_search_password" nullable="true" remarks="Distributive Search password" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="dist_report_password" nullable="false" remarks="Distributive Report password" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="is_console_enabled" nullable="true" remarks="Is console enabled for search?" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="is_target_enabled" nullable="true" remarks="Is target enabled for search?" size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="slm_id" sequenceNumberInPK="1"/>
         <index name="dist_search_config_pk" unique="true">
            <column ascending="true" name="slm_id"/>
         </index>
      </table>
      <table name="entity_typ_lkup" numRows="0" remarks="Asset entity types (such as person, organization)" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="entity_typ_cd" nullable="false" remarks="Entity type code" size="5" type="varchar">
            <child column="entity_typ_cd" foreignKey="asset_x_entity_x_role_fk5" implied="false" onDeleteCascade="false" table="asset_x_entity_x_role"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="entity_typ_name" nullable="false" remarks="Entity type name" size="50" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="entity_typ_cd" sequenceNumberInPK="1"/>
         <index name="entity_typ_lkup_pk" unique="true">
            <column ascending="true" name="entity_typ_cd"/>
         </index>
      </table>
      <table name="entity_type_rpt_v" numRows="0" remarks="Asset entity types (such as person, organization)" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="entity_type_code" nullable="true" remarks="Entity type code" size="5" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="entity_type_name" nullable="true" remarks="Entity type name" size="50" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="env_identity_lkup" numRows="0" remarks="Asset environment identity types" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="env_identity_id" nullable="false" remarks="Environment identity code" size="19" type="int8">
            <child column="env_identity_id" foreignKey="asset_fk7" implied="false" onDeleteCascade="false" table="asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="env_identity_name" nullable="false" remarks="Environment identity name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="env_identity_id" sequenceNumberInPK="1"/>
         <index name="env_identity_lkup_pk" unique="true">
            <column ascending="true" name="env_identity_id"/>
         </index>
         <index name="env_identity_lkup_ak1" unique="true">
            <column ascending="true" name="env_identity_name"/>
         </index>
      </table>
      <table name="env_identity_rpt_v" numRows="0" remarks="Asset environment identity types" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="environment_identity_id" nullable="true" remarks="Environment identity code" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="env_identity_name" nullable="true" remarks="Environment identity name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="esec_content" numRows="0" remarks="Part of the solution pack content tracking system.  This table  holds the details of the content that is present in a solution pack." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="content_id" nullable="false" remarks="Content identifier" size="255" type="varchar">
            <child column="content_id" foreignKey="esec_content_grp_fk2" implied="false" onDeleteCascade="false" table="esec_content_grp_content"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="content_name" nullable="false" remarks="Content name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="content_desc" nullable="true" remarks="Content description" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="content_state" nullable="false" remarks="Content state" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="content_typ" nullable="false" remarks="Content type" size="100" type="varchar">
            <child column="content_typ" foreignKey="esec_content_grp_fk2" implied="false" onDeleteCascade="false" table="esec_content_grp_content"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="content_context" nullable="true" remarks="Content context" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="content_hash" nullable="true" remarks="Content hash" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="7" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="8" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="10" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <primaryKey column="content_id" sequenceNumberInPK="1"/>
         <primaryKey column="content_typ" sequenceNumberInPK="2"/>
         <index name="esec_content_pk" unique="true">
            <column ascending="true" name="content_id"/>
            <column ascending="true" name="content_typ"/>
         </index>
      </table>
      <table name="esec_content_grp" numRows="0" remarks="Part of the solution pack content tracking system.  This  table holds the details of the content groups that are present in a solution pack." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="content_grp_id" nullable="false" remarks="Content group identifier" size="2147483647" type="uuid">
            <child column="content_grp_id" foreignKey="esec_content_grp_fk1" implied="false" onDeleteCascade="false" table="esec_content_grp_content"/>
            <child column="content_grp_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_content_grp_content_rpt_v"/>
            <child column="content_grp_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_content_grp_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="content_grp_name" nullable="false" remarks="Content group name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="content_grp_desc" nullable="true" remarks="Content group description" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ctrl_id" nullable="false" remarks="Control identifier" size="2147483647" type="uuid">
            <parent column="ctrl_id" foreignKey="esec_content_grp_ctrl_id_fk1" implied="false" onDeleteCascade="false" table="esec_ctrl"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="content_external_id" nullable="true" remarks="Content external identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="content_grp_id" sequenceNumberInPK="1"/>
         <index name="esec_content_grp_id_pk" unique="true">
            <column ascending="true" name="content_grp_id"/>
         </index>
      </table>
      <table name="esec_content_grp_content" numRows="0" remarks="Part of the solution pack content tracking system.   This table associates content groups to content." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="content_grp_id" nullable="false" remarks="Content group identifier" size="2147483647" type="uuid">
            <parent column="content_grp_id" foreignKey="esec_content_grp_fk1" implied="false" onDeleteCascade="false" table="esec_content_grp"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="content_id" nullable="false" remarks="Content identifier" size="255" type="varchar">
            <parent column="content_id" foreignKey="esec_content_grp_fk2" implied="false" onDeleteCascade="false" table="esec_content"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="content_typ" nullable="false" remarks="Content type" size="100" type="varchar">
            <parent column="content_typ" foreignKey="esec_content_grp_fk2" implied="false" onDeleteCascade="false" table="esec_content"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="content_hash" nullable="true" remarks="Content hash" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="content_grp_id" sequenceNumberInPK="1"/>
         <primaryKey column="content_id" sequenceNumberInPK="2"/>
         <primaryKey column="content_typ" sequenceNumberInPK="3"/>
         <index name="esec_content_grp_content_pk" unique="true">
            <column ascending="true" name="content_grp_id"/>
            <column ascending="true" name="content_id"/>
            <column ascending="true" name="content_typ"/>
         </index>
      </table>
      <table name="esec_content_grp_content_rpt_v" numRows="0" remarks="Part of the solution pack content tracking system.  This table associates content groups to content." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="content_grp_id" nullable="true" remarks="Content group identifier" size="2147483647" type="uuid">
            <parent column="content_grp_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_content_grp"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="content_id" nullable="true" remarks="Content identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="content_typ" nullable="true" remarks="Content type" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="content_hash" nullable="true" remarks="Content hash" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="esec_content_grp_rpt_v" numRows="0" remarks="Part of the solution pack content tracking system.  This table holds the details of the content groups that are present in a solution pack." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="content_grp_id" nullable="true" remarks="Content group identifier" size="2147483647" type="uuid">
            <parent column="content_grp_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_content_grp"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="content_grp_name" nullable="true" remarks="Content group name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="content_grp_desc" nullable="true" remarks="Content group description" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ctrl_id" nullable="true" remarks="Control identifier" size="2147483647" type="uuid">
            <parent column="ctrl_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_ctrl"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="content_external_id" nullable="true" remarks="Content external identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="esec_content_pack" numRows="0" remarks="Part of the solution pack content tracking system.  This  table holds the details of the solution packs that are present in the system." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="content_pack_id" nullable="false" remarks="Content pack identifier" size="2147483647" type="uuid">
            <child column="content_pack_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_content_pack_rpt_v"/>
            <child column="content_pack_id" foreignKey="esec_ctrl_cgry_id_fk1" implied="false" onDeleteCascade="false" table="esec_ctrl_ctgry"/>
            <child column="content_pack_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_ctrl_ctgry_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="content_pack_desc" nullable="true" remarks="Content pack description" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="content_pack_name" nullable="false" remarks="Content pack name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="content_external_id" nullable="true" remarks="Content external identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="content_pack_id" sequenceNumberInPK="1"/>
         <index name="esec_cnt_pack_pk" unique="true">
            <column ascending="true" name="content_pack_id"/>
         </index>
      </table>
      <table name="esec_content_pack_rpt_v" numRows="0" remarks="Part of the solution pack content tracking system.  This table holds the details of the solution packs that are present in the system." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="content_pack_id" nullable="true" remarks="Content pack identifier" size="2147483647" type="uuid">
            <parent column="content_pack_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_content_pack"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="content_pack_desc" nullable="true" remarks="Content pack description" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="content_pack_name" nullable="true" remarks="Content pack name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="content_external_id" nullable="true" remarks="Content external identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="esec_content_rpt_v" numRows="0" remarks="Part of the solution pack content tracking system.  This table holds the details of the content that is present in a solution pack." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="content_id" nullable="true" remarks="Content identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="content_name" nullable="true" remarks="Content name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="content_desc" nullable="true" remarks="Content description" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="content_state" nullable="true" remarks="Content state" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="content_typ" nullable="true" remarks="Content type" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="content_context" nullable="true" remarks="Content context" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="content_hash" nullable="true" remarks="Content hash" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="7" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="8" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="10" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
      </table>
      <table name="esec_ctrl" numRows="0" remarks="Part of the solution pack content tracking system.  This table  holds the details of the controls that are present in a solution pack." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ctrl_id" nullable="false" remarks="Control identifier" size="2147483647" type="uuid">
            <child column="ctrl_id" foreignKey="esec_content_grp_ctrl_id_fk1" implied="false" onDeleteCascade="false" table="esec_content_grp"/>
            <child column="ctrl_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_content_grp_rpt_v"/>
            <child column="ctrl_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_ctrl_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ctrl_name" nullable="false" remarks="Control name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="ctrl_desc" nullable="true" remarks="Control description" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ctrl_state" nullable="false" remarks="Control state" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="ctrl_notes" nullable="true" remarks="Control notes" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="ctrl_ctgry_id" nullable="true" remarks="Control category identifier" size="2147483647" type="uuid">
            <parent column="ctrl_ctgry_id" foreignKey="esec_ctrl_cagry_id_fk1" implied="false" onDeleteCascade="false" table="esec_ctrl_ctgry"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="content_external_id" nullable="true" remarks="Content external identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="7" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="8" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="9" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="10" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="ctrl_id" sequenceNumberInPK="1"/>
         <index name="esec_ctrl_pk" unique="true">
            <column ascending="true" name="ctrl_id"/>
         </index>
      </table>
      <table name="esec_ctrl_ctgry" numRows="0" remarks="Part of the solution pack content tracking system.  This  table holds the details of the control categories that are present in a solution pack." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ctrl_ctgry_id" nullable="false" remarks="Control category identifier" size="2147483647" type="uuid">
            <child column="ctrl_ctgry_id" foreignKey="esec_ctrl_cagry_id_fk1" implied="false" onDeleteCascade="false" table="esec_ctrl"/>
            <child column="ctrl_ctgry_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_ctrl_ctgry_rpt_v"/>
            <child column="ctrl_ctgry_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_ctrl_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ctrl_ctgry_desc" nullable="true" remarks="Control category description" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ctrl_ctgry_name" nullable="false" remarks="Control category name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="content_pack_id" nullable="false" remarks="Content pack identifier" size="2147483647" type="uuid">
            <parent column="content_pack_id" foreignKey="esec_ctrl_cgry_id_fk1" implied="false" onDeleteCascade="false" table="esec_content_pack"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="content_external_id" nullable="true" remarks="Content external identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="ctrl_ctgry_id" sequenceNumberInPK="1"/>
         <index name="esec_ctrl_catgry_pk" unique="true">
            <column ascending="true" name="ctrl_ctgry_id"/>
         </index>
      </table>
      <table name="esec_ctrl_ctgry_rpt_v" numRows="0" remarks="Part of the solution pack content tracking system.  This table holds the details of the control categories that are present in a solution pack." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="ctrl_ctgry_id" nullable="true" remarks="Control category identifier" size="2147483647" type="uuid">
            <parent column="ctrl_ctgry_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_ctrl_ctgry"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ctrl_ctgry_desc" nullable="true" remarks="Control category description" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ctrl_ctgry_name" nullable="true" remarks="Control category name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="content_pack_id" nullable="true" remarks="Content pack identifier" size="2147483647" type="uuid">
            <parent column="content_pack_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_content_pack"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="content_external_id" nullable="true" remarks="Content external identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="esec_ctrl_rpt_v" numRows="0" remarks="Part of the solution pack content tracking system.  This table holds the details of the controls that are present in a solution pack." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="ctrl_id" nullable="true" remarks="Control identifier" size="2147483647" type="uuid">
            <parent column="ctrl_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_ctrl"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ctrl_name" nullable="true" remarks="Control name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="ctrl_desc" nullable="true" remarks="Control description" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ctrl_state" nullable="true" remarks="Control state" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="ctrl_notes" nullable="true" remarks="Control notes" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="ctrl_ctgry_id" nullable="true" remarks="Control category identifier" size="2147483647" type="uuid">
            <parent column="ctrl_ctgry_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_ctrl_ctgry"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="content_external_id" nullable="true" remarks="Content external identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="7" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="8" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="9" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="10" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="esec_db_patches" numRows="0" remarks="Contains a list of the patches applied to the database  schema." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="db_patch" nullable="false" remarks="Database patch number" size="20" type="varchar"/>
         <column autoUpdated="false" digits="6" id="1" name="date_applied" nullable="true" remarks="Date of patch applied" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="2" name="applied_by" nullable="true" remarks="Database patch applied by" size="20" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="sts" nullable="true" remarks="Database patch statistics" size="50" type="varchar"/>
         <primaryKey column="db_patch" sequenceNumberInPK="1"/>
         <index name="esec_db_patches_pk" unique="true">
            <column ascending="true" name="db_patch"/>
         </index>
      </table>
      <table name="esec_db_version" numRows="1" remarks="The version of the database schema." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="db_version" nullable="false" remarks="Database Version number" size="50" type="varchar"/>
         <column autoUpdated="false" digits="6" id="1" name="applied_date" nullable="true" remarks="Timestamp of database used" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="2" name="applied_by" nullable="true" remarks="User who has applied the database" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="sts" nullable="true" remarks="Database status" size="50" type="varchar"/>
         <primaryKey column="db_version" sequenceNumberInPK="1"/>
         <index name="esec_db_version_pk" unique="true">
            <column ascending="true" name="db_version"/>
         </index>
      </table>
      <table name="esec_display" numRows="0" remarks="Contains a list of all event fields, including their name,  whether they are populated with data by the mapping service, and other details related to the  field." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="display_object" nullable="false" remarks="The parent object of the property" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="tag" nullable="false" remarks="The native tag name of the property" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="label" nullable="true" remarks="The display string of tag." size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="position" nullable="true" remarks="Position of tag within display." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="width" nullable="true" remarks="The column width" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="alignment" nullable="true" remarks="The horizontal alignment" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="format" nullable="true" remarks="The enumerated formatter for displaying the property" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="enabled" nullable="true" remarks="TRUE Indicates that the tag is shown." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="8" name="type" nullable="true" remarks="Indicates datatype of tag: 1-string, 2-ULONG,3-date,  4-uuid, 5-ipv4" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="description" nullable="true" remarks="Textual description of the tag" size="2048" type="varchar"/>
         <column autoUpdated="false" digits="6" id="10" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="11" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="12" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="13" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="14" name="ref_config" nullable="true" remarks="Referential data configuration" size="4000" type="varchar"/>
         <primaryKey column="display_object" sequenceNumberInPK="1"/>
         <primaryKey column="tag" sequenceNumberInPK="2"/>
         <index name="esec_display_pk" unique="true">
            <column ascending="true" name="display_object"/>
            <column ascending="true" name="tag"/>
         </index>
      </table>
      <table name="esec_display_rpt_v" numRows="0" remarks="Contains a list of all event fields, including their name, whether they are populated with data by the mapping service, and other details related to the field." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="display_object" nullable="true" remarks="The parent object of the property" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="tag" nullable="true" remarks="The native tag name of the property" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="label" nullable="true" remarks="The display string of tag." size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="position" nullable="true" remarks="Position of tag within display." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="width" nullable="true" remarks="The column width" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="alignment" nullable="true" remarks="The horizontal alignment" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="format" nullable="true" remarks="The enumerated formatter for displaying the property" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="enabled" nullable="true" remarks="TRUE Indicates that the tag is shown." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="8" name="type" nullable="true" remarks="Indicates datatype of tag: 1-string, 2-ULONG,3-date, 4-uuid, 5-ipv4" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="description" nullable="true" remarks="Textual description of the tag" size="2048" type="varchar"/>
         <column autoUpdated="false" digits="6" id="10" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="11" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="12" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="13" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="14" name="ref_config" nullable="true" remarks="Referential data configuration" size="4000" type="varchar"/>
      </table>
      <table name="esec_namespace" numRows="0" remarks="(Deprecated) Information about namespaces folders that  certain objects (such as correlation rules) are able to be defined within." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="namespace_id" nullable="false" remarks="Namespace identifier" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="1" name="namespace_name" nullable="false" remarks="Name of the namespace" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="namespace_desc" nullable="true" remarks="Namespace description" size="1024" type="varchar"/>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="namespace_id" sequenceNumberInPK="1"/>
         <index name="esec_namespace_pk" unique="true">
            <column ascending="true" name="namespace_id"/>
         </index>
      </table>
      <table name="esec_namespace_leaf" numRows="0" remarks="(Deprecated) Information about namespaces that certain  objects (such as correlation rules) are able to be defined within.  A namespace leaf represents  the association of an instance of an object with the namespace." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="leaf_id" nullable="false" remarks="Namespace leaf identifier" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="1" name="leaf_name" nullable="false" remarks="Name of namespace leaf" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="leaf_value" nullable="false" remarks="Namespace leaf value" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="leaf_id" sequenceNumberInPK="1"/>
         <index name="esec_namespace_leaf_pk" unique="true">
            <column ascending="true" name="leaf_id"/>
         </index>
      </table>
      <table name="esec_port_reference" numRows="0" remarks="Industry standard assigned port numbers" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="port_number" nullable="false" remarks="Per  http://www.iana.org/assignments/port-numbers, the numerical representation of the port. This port  number is typically associated with the Transport Protocol level in the TCP/IP stack." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="protocol_number" nullable="false" remarks="Per  http://www.iana.org/assignments/protocol-numbers, the numerical identifiers used to represent  protocols that are encapsulated in an IP packet." size="10" type="int4">
            <parent column="protocol_number" foreignKey="esec_protocol_esec_port_fk" implied="false" onDeleteCascade="false" table="esec_protocol_reference"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="port_keyword" nullable="true" remarks="Per  http://www.iana.org/assignments/port-numbers, the keyword representation of the port." size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="port_description" nullable="true" remarks="Port description." size="512" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="port_number" sequenceNumberInPK="1"/>
         <primaryKey column="protocol_number" sequenceNumberInPK="2"/>
         <index name="esec_port_reference_pk" unique="true">
            <column ascending="true" name="port_number"/>
            <column ascending="true" name="protocol_number"/>
         </index>
         <index name="esec_port_ref_protocol_nbr_idx" unique="false">
            <column ascending="true" name="protocol_number"/>
         </index>
      </table>
      <table name="esec_port_reference_rpt_v" numRows="0" remarks="Industry standard assigned port numbers" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="port_number" nullable="true" remarks="Per http://www.iana.org/assignments/port-numbers, the numerical representation of the port. This port number is typically associated with the Transport Protocol level in the TCP/IP stack." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="protocol_number" nullable="true" remarks="Per http://www.iana.org/assignments/protocol-numbers, the numerical identifiers used to represent protocols that are encapsulated in an IP packet." size="10" type="int4">
            <parent column="protocol_number" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_protocol_reference"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="port_keyword" nullable="true" remarks="Per http://www.iana.org/assignments/port-numbers, the keyword representation of the port." size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="port_description" nullable="true" remarks="Port description." size="512" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="esec_protocol_reference" numRows="0" remarks="Industry standard assigned protocol numbers" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="protocol_number" nullable="false" remarks="Per  http://www.iana.org/assignments/protocol-numbers, the numerical identifiers used to represent  protocols that are encapsulated in an IP packet." size="10" type="int4">
            <child column="protocol_number" foreignKey="esec_protocol_esec_port_fk" implied="false" onDeleteCascade="false" table="esec_port_reference"/>
            <child column="protocol_number" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_port_reference_rpt_v"/>
            <child column="protocol_number" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_protocol_reference_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="protocol_keyword" nullable="true" remarks="Per  http://www.iana.org/assignments/protocol-numbers, the keyword used to represent protocols that  are encapsulated in an IP packet." size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="protocol_description" nullable="true" remarks="IP packet protocol  description." size="512" type="varchar"/>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="protocol_number" sequenceNumberInPK="1"/>
         <index name="esec_protocol_reference_pk" unique="true">
            <column ascending="true" name="protocol_number"/>
         </index>
      </table>
      <table name="esec_protocol_reference_rpt_v" numRows="0" remarks="Industry standard assigned protocol numbers" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="protocol_number" nullable="true" remarks="Per http://www.iana.org/assignments/protocol-numbers, the numerical identifiers used to represent protocols that are encapsulated in an IP packet." size="10" type="int4">
            <parent column="protocol_number" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="esec_protocol_reference"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="protocol_keyword" nullable="true" remarks="Per http://www.iana.org/assignments/protocol-numbers, the keyword used to represent protocols that are encapsulated in an IP packet." size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="protocol_description" nullable="true" remarks="IP packet protocol description." size="512" type="varchar"/>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="esec_sequence" numRows="0" remarks="Used to generate primary key sequence for other tables" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="table_name" nullable="false" remarks="Name of the table for which sequence is being  generated" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="column_name" nullable="false" remarks="Name of the column in the table for which  sequence is being used" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="seed" nullable="false" remarks="Generated value for the respective table and column" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="table_name" sequenceNumberInPK="1"/>
         <primaryKey column="column_name" sequenceNumberInPK="2"/>
         <index name="esec_sequence_pk" unique="true">
            <column ascending="true" name="table_name"/>
            <column ascending="true" name="column_name"/>
         </index>
      </table>
      <table name="esec_sequence_rpt_v" numRows="0" remarks="Used to generate primary key sequence for other tables" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="table_name" nullable="true" remarks="Name of the table for which sequence is being generated" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="column_name" nullable="true" remarks="Name of the column in the table for which sequence is being used" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="seed" nullable="true" remarks="Generated value for the respective table and column" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="esec_user_report_state" numRows="0" remarks="Status details of user's report (e.g.,  read/unread)" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="user_id" nullable="false" remarks="Identifier of the user" size="10" type="int4">
            <parent column="usr_id" foreignKey="user_report_state_user_fk" implied="false" onDeleteCascade="true" table="users"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="report_id" nullable="false" remarks="Identifier of the report" size="2147483647" type="uuid">
            <parent column="sentinel_plugin_id" foreignKey="user_report_state_plugin_fk" implied="false" onDeleteCascade="true" table="sentinel_plugin"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="state" nullable="false" remarks="Status of the report" size="64" type="varchar"/>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <primaryKey column="user_id" sequenceNumberInPK="1"/>
         <primaryKey column="report_id" sequenceNumberInPK="2"/>
         <index name="esec_user_report_pk" unique="true">
            <column ascending="true" name="user_id"/>
            <column ascending="true" name="report_id"/>
         </index>
      </table>
      <table name="esec_uuid_uuid_assoc" numRows="0" remarks="Associates objects in one table to objects in another  table.  This table is used to associate a variety of objects with other kinds of objects (such as  a Report Data Definition with the Data Synchronization Policy it relates to)." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="object1" nullable="false" remarks="Object 1" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="id1" nullable="false" remarks="UUID for object 1" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="2" name="object2" nullable="false" remarks="Object 2" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="id2" nullable="false" remarks="UUID for object 2" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="object1" sequenceNumberInPK="1"/>
         <primaryKey column="id1" sequenceNumberInPK="2"/>
         <primaryKey column="object2" sequenceNumberInPK="3"/>
         <primaryKey column="id2" sequenceNumberInPK="4"/>
         <index name="esec_uuid_uuid_assoc_pk" unique="true">
            <column ascending="true" name="object1"/>
            <column ascending="true" name="id1"/>
            <column ascending="true" name="object2"/>
            <column ascending="true" name="id2"/>
         </index>
      </table>
      <table name="esec_uuid_uuid_assoc_rpt_v" numRows="0" remarks="Associates objects in one table to objects in another table.  This table is used to associate a variety of objects with other kinds of objects (such as a Report Data Definition with the Data Synchronization Policy it relates to)." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="object1" nullable="true" remarks="Object 1" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="id1" nullable="true" remarks="UUID for object 1" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="2" name="object2" nullable="true" remarks="Object 2" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="id2" nullable="true" remarks="UUID for object 2" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="event_data_sync_policies" numRows="0" remarks="Data synchronization policy configuration data." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="policy_id" nullable="false" remarks="This is the UUID of the data sync  policy. This column is indexed for lookup purposes." size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="1" name="rdd_id" nullable="true" remarks="This is the UUID of the report data  definition plugin associated with this data sync policy, if any. It will be NULL if there is no  report data definition plugin associated with the policy." size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="2" name="rdd_name" nullable="true" remarks="Remote database name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="rdd_namespace" nullable="true" remarks="Remote database namespace" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="sync_policy" nullable="true" remarks="This is an XML string that defines the  policy. The XML generates an EventDataSyncPolicy data object as defined in the  EventDataSyncConfigDefinition.xml file" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="true" remarks="Date this data sync policy was  created." size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="true" remarks="Date this data sync policy was last  updated." size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="ID of user that created this data sync  policy." size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="ID of user that last modified this  data sync policy." size="10" type="int4"/>
         <primaryKey column="policy_id" sequenceNumberInPK="1"/>
         <index name="event_data_sync_policies_pk" unique="true">
            <column ascending="true" name="policy_id"/>
         </index>
      </table>
      <table name="evt_datasync_info" numRows="0" remarks="Data synchronization status data." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="policy_id" nullable="false" remarks="This is the UUID of the corresponding data  sync policy. The UUID is deliberately stored as a string to simplify cross-db platform  implementation." size="255" type="varchar">
            <child column="policy_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="partition_sync_info"/>
         </column>
         <column autoUpdated="false" digits="6" id="1" name="start_date_time" nullable="true" remarks="the point in time that events are  synced from. NOTE: It is NOT the date that syncing started." size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="2" name="completed_to_partition" nullable="true" remarks="all partitions with a partition number less than or equal to this number have been synced." size="19" type="int8"/>
         <column autoUpdated="false" digits="6" id="3" name="latest_event_time" nullable="true" remarks="the time of the latest event we have read up to. NOTE: This does NOT mean all events up to this point in time have been processed.  It is simply the latest event we have seen so far." size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="last_resync_id" nullable="true" remarks="This is a UUID that is used internally  to keep track of the last resync event that occurred. It is strictly used for internal  housekeeping." size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="events_read" nullable="true" remarks="the total number of events that have been read through in all partitions that have been or are being processed." size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="6" name="events_processed" nullable="true" remarks="the total number of events that passed the data sync policy filter criteria." size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="7" name="records_added" nullable="true" remarks="the total number of records that have been added to the destination table since the start of syncing (or resync)." size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="8" name="total_record_updates" nullable="true" remarks="the total number of record updates that have been performed on the destination table since the start of syncing (or resync)." size="19" type="int8"/>
         <primaryKey column="policy_id" sequenceNumberInPK="1"/>
         <index name="evt_datasync_pk" unique="true">
            <column ascending="true" name="policy_id"/>
         </index>
      </table>
      <table name="evt_src" numRows="0" remarks="The configuration information for all event source nodes." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="evt_src_id" nullable="false" remarks="Unique identifier of event source" size="2147483647" type="uuid">
            <child column="evt_src_id" foreignKey="evt_src_offset_fk" implied="false" onDeleteCascade="false" table="evt_src_offset"/>
            <child column="event_source_id" foreignKey="event_source_id_fk" implied="false" onDeleteCascade="false" table="tag_event_source_association"/>
            <parent column="evt_src_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_deleted"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="evt_src_name" nullable="false" remarks="Name of the event source" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="evt_src_grp_id" nullable="false" remarks="Reference to event source group id" size="2147483647" type="uuid">
            <parent column="evt_src_grp_id" foreignKey="evt_src_fk" implied="false" onDeleteCascade="false" table="evt_src_grp"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="state_ind" nullable="false" remarks="Reference to State of event source" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="map_filter" nullable="true" remarks="Filter of the event source" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="evt_src_config" nullable="true" remarks="Configuration of event source" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="8" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="evt_src_id" sequenceNumberInPK="1"/>
         <index name="evt_src_pk" unique="true">
            <column ascending="true" name="evt_src_id"/>
         </index>
      </table>
      <table name="evt_src_collector" numRows="0" remarks="The configuration information for all collector nodes." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="evt_src_collector_id" nullable="false" remarks="Event source collector identifier" size="2147483647" type="uuid">
            <child column="evt_src_collector_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_collector_rpt_v"/>
            <child column="evt_src_collector_id" foreignKey="evt_src_grp_collector_id_fk" implied="false" onDeleteCascade="false" table="evt_src_grp"/>
            <child column="evt_src_collector_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_grp_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="sentinel_plugin_id" nullable="false" remarks="Sentinel plug-in identifier" size="2147483647" type="uuid">
            <parent column="sentinel_plugin_id" foreignKey="evt_src_collector_plugin_fk" implied="false" onDeleteCascade="false" table="sentinel_plugin"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="evt_src_mgr_id" nullable="false" remarks="Event source manager identifier" size="2147483647" type="uuid">
            <parent column="evt_src_mgr_id" foreignKey="evt_src_collector_mgr_id_fk" implied="false" onDeleteCascade="false" table="evt_src_mgr"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="evt_src_collector_name" nullable="false" remarks="Event source collector name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="state_ind" nullable="false" remarks="State indicator" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="evt_src_collector_props" nullable="true" remarks="Event source collector  properties" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="map_filter" nullable="true" remarks="Map filter" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="9" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="10" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="evt_src_collector_id" sequenceNumberInPK="1"/>
         <index name="evt_src_collector_pk" unique="true">
            <column ascending="true" name="evt_src_collector_id"/>
         </index>
      </table>
      <table name="evt_src_collector_rpt_v" numRows="0" remarks="The configuration information for all collector nodes." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="evt_src_collector_id" nullable="true" remarks="Event source collector identifier" size="2147483647" type="uuid">
            <parent column="evt_src_collector_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_collector"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="sentinel_plugin_id" nullable="true" remarks="Sentinel plug-in identifier" size="2147483647" type="uuid">
            <parent column="sentinel_plugin_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sentinel_plugin"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="evt_src_mgr_id" nullable="true" remarks="Event source manager identifier" size="2147483647" type="uuid">
            <parent column="evt_src_mgr_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_mgr"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="evt_src_collector_name" nullable="true" remarks="Event source collector name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="state_ind" nullable="true" remarks="State indicator" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="evt_src_collector_props" nullable="true" remarks="Event source collector properties" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="map_filter" nullable="true" remarks="Map filter" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="9" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="10" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
      </table>
      <table name="evt_src_deleted" numRows="0" remarks="The configuration information for all deleted event source nodes." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="evt_src_id" nullable="false" remarks="Unique identifier of event source" size="2147483647" type="uuid">
            <child column="evt_src_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src"/>
            <child column="evt_src_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_offset_rpt_v"/>
            <child column="evt_src_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_rpt_v"/>
            <child column="evt_src_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="raw_data_files_info"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="evt_src_name" nullable="false" remarks="Name of the event source" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="evt_src_grp_id" nullable="false" remarks="Reference to event source group id" size="2147483647" type="uuid">
            <parent column="evt_src_grp_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_grp"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="state_ind" nullable="false" remarks="Reference to State of event source" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="map_filter" nullable="true" remarks="Filter of the event source" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="evt_src_config" nullable="true" remarks="Configuration of event source" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="8" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="evt_src_id" sequenceNumberInPK="1"/>
         <index name="evt_src_deleted_pk" unique="true">
            <column ascending="true" name="evt_src_id"/>
         </index>
      </table>
      <table name="evt_src_grp" numRows="0" remarks="The configuration information for all connector nodes (event  source group is an internal name used for connector nodes)." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="evt_src_grp_id" nullable="false" remarks="Event source group identifier" size="2147483647" type="uuid">
            <child column="evt_src_grp_id" foreignKey="evt_src_fk" implied="false" onDeleteCascade="false" table="evt_src"/>
            <child column="evt_src_grp_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_deleted"/>
            <child column="evt_src_grp_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_grp_rpt_v"/>
            <child column="evt_src_grp_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="evt_src_collector_id" nullable="false" remarks="Event source collector identifier" size="2147483647" type="uuid">
            <parent column="evt_src_collector_id" foreignKey="evt_src_grp_collector_id_fk" implied="false" onDeleteCascade="false" table="evt_src_collector"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="sentinel_plugin_id" nullable="false" remarks="Sentinel plug-in identifier" size="2147483647" type="uuid">
            <parent column="sentinel_plugin_id" foreignKey="evt_src_grp_plugin_id_fk" implied="false" onDeleteCascade="false" table="sentinel_plugin"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="evt_src_srvr_id" nullable="true" remarks="Event source server identifier" size="2147483647" type="uuid">
            <parent column="evt_src_srvr_id" foreignKey="evt_src_grp_evt_src_srvr_fk" implied="false" onDeleteCascade="false" table="evt_src_srvr"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="evt_src_grp_name" nullable="false" remarks="Event source group name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="state_ind" nullable="true" remarks="State indicator" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="map_filter" nullable="true" remarks="Map filter" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="evt_src_default_config" nullable="true" remarks="Event source default configuration" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="10" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="11" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="evt_src_grp_id" sequenceNumberInPK="1"/>
         <index name="evt_src_grp_pk" unique="true">
            <column ascending="true" name="evt_src_grp_id"/>
         </index>
      </table>
      <table name="evt_src_grp_rpt_v" numRows="0" remarks="The configuration information for all connector nodes (event source group is an internal name used for connector nodes)." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="evt_src_grp_id" nullable="true" remarks="Event source group identifier" size="2147483647" type="uuid">
            <parent column="evt_src_grp_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_grp"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="evt_src_collector_id" nullable="true" remarks="Event source collector identifier" size="2147483647" type="uuid">
            <parent column="evt_src_collector_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_collector"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="sentinel_plugin_id" nullable="true" remarks="Sentinel plug-in identifier" size="2147483647" type="uuid">
            <parent column="sentinel_plugin_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sentinel_plugin"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="evt_src_srvr_id" nullable="true" remarks="Event source server identifier" size="2147483647" type="uuid">
            <parent column="evt_src_srvr_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_srvr"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="evt_src_grp_name" nullable="true" remarks="Event source group name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="state_ind" nullable="true" remarks="State indicator" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="map_filter" nullable="true" remarks="Map filter" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="evt_src_default_config" nullable="true" remarks="Event source default configuration" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="10" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="11" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
      </table>
      <table name="evt_src_mgr" numRows="0" remarks="The configuration information for all collector manager nodes  (event source manager is an internal name used for collector manager nodes)." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="evt_src_mgr_id" nullable="false" remarks="Event source manager identifier" size="2147483647" type="uuid">
            <child column="evt_src_mgr_id" foreignKey="evt_src_collector_mgr_id_fk" implied="false" onDeleteCascade="false" table="evt_src_collector"/>
            <child column="evt_src_mgr_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_collector_rpt_v"/>
            <child column="evt_src_mgr_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_mgr_rpt_v"/>
            <child column="evt_src_mgr_id" foreignKey="evt_src_srvr_mgr_id_fk" implied="false" onDeleteCascade="false" table="evt_src_srvr"/>
            <child column="evt_src_mgr_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_srvr_rpt_v"/>
            <child column="event_src_manager_id" foreignKey="event_src_manager_id_fk" implied="false" onDeleteCascade="false" table="tag_event_src_manager_association"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="sentinel_id" nullable="false" remarks="Sentinel identifier" size="2147483647" type="uuid">
            <parent column="sentinel_id" foreignKey="evt_src_mgr_fk" implied="false" onDeleteCascade="false" table="sentinel"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="sentinel_host_id" nullable="true" remarks="Sentinel host identifier" size="2147483647" type="uuid">
            <parent column="sentinel_host_id" foreignKey="evt_src_mgr_sent_host_fk" implied="false" onDeleteCascade="false" table="sentinel_host"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="evt_src_mgr_name" nullable="false" remarks="Event source manager name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="state_ind" nullable="false" remarks="State indicator" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="evt_src_mgr_config" nullable="true" remarks="Event source manager configuration" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="8" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="evt_src_mgr_id" sequenceNumberInPK="1"/>
         <index name="evt_src_mgr_pk" unique="true">
            <column ascending="true" name="evt_src_mgr_id"/>
         </index>
      </table>
      <table name="evt_src_mgr_rpt_v" numRows="0" remarks="The configuration information for all collector manager nodes (event source manager is an internal name used for collector manager nodes)." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="evt_src_mgr_id" nullable="true" remarks="Event source manager identifier" size="2147483647" type="uuid">
            <parent column="evt_src_mgr_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_mgr"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="sentinel_id" nullable="true" remarks="Sentinel identifier" size="2147483647" type="uuid">
            <parent column="sentinel_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sentinel"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="sentinel_host_id" nullable="true" remarks="Sentinel host identifier" size="2147483647" type="uuid">
            <parent column="sentinel_host_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sentinel_host"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="evt_src_mgr_name" nullable="true" remarks="Event source manager name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="state_ind" nullable="true" remarks="State indicator" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="evt_src_mgr_config" nullable="true" remarks="Event source manager configuration" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="8" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
      </table>
      <table name="evt_src_offset" numRows="0" remarks="The offset data for event source nodes." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="evt_src_id" nullable="false" remarks="Event source identifier" size="2147483647" type="uuid">
            <parent column="evt_src_id" foreignKey="evt_src_offset_fk" implied="false" onDeleteCascade="false" table="evt_src"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="offset_val" nullable="true" remarks="Offset value" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="2" name="offset_timestamp" nullable="true" remarks="Offset timestamp" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="3" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="evt_src_id" sequenceNumberInPK="1"/>
         <index name="evt_src_offset_pk" unique="true">
            <column ascending="true" name="evt_src_id"/>
         </index>
      </table>
      <table name="evt_src_offset_rpt_v" numRows="0" remarks="The offset data for event source nodes." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="evt_src_id" nullable="true" remarks="Event source identifier" size="2147483647" type="uuid">
            <parent column="evt_src_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_deleted"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="offset_val" nullable="true" remarks="Offset value" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="2" name="offset_timestamp" nullable="true" remarks="Offset timestamp" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="3" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
      </table>
      <table name="evt_src_rpt_v" numRows="0" remarks="The configuration information for all event source nodes." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="evt_src_id" nullable="true" remarks="Unique identifier of event source" size="2147483647" type="uuid">
            <parent column="evt_src_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_deleted"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="evt_src_name" nullable="true" remarks="Name of the event source" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="evt_src_grp_id" nullable="true" remarks="Reference to event source group id" size="2147483647" type="uuid">
            <parent column="evt_src_grp_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_grp"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="state_ind" nullable="true" remarks="Reference to State of event source" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="map_filter" nullable="true" remarks="Filter of the event source" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="evt_src_config" nullable="true" remarks="Configuration of event source" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="8" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
      </table>
      <table name="evt_src_srvr" numRows="0" remarks="The configuration information for all event source server  nodes." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="evt_src_srvr_id" nullable="false" remarks="Event source server identifier" size="2147483647" type="uuid">
            <child column="evt_src_srvr_id" foreignKey="evt_src_grp_evt_src_srvr_fk" implied="false" onDeleteCascade="false" table="evt_src_grp"/>
            <child column="evt_src_srvr_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_grp_rpt_v"/>
            <child column="evt_src_srvr_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_srvr_rpt_v"/>
            <child column="event_source_server_id" foreignKey="event_source_server_id_fk" implied="false" onDeleteCascade="false" table="tag_event_source_server_association"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="evt_src_srvr_name" nullable="false" remarks="Event source server name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="evt_src_mgr_id" nullable="false" remarks="Event source manager identifier" size="2147483647" type="uuid">
            <parent column="evt_src_mgr_id" foreignKey="evt_src_srvr_mgr_id_fk" implied="false" onDeleteCascade="false" table="evt_src_mgr"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="sentinel_plugin_id" nullable="false" remarks="Sentinel plug-in identifier" size="2147483647" type="uuid">
            <parent column="sentinel_plugin_id" foreignKey="evt_src_srvr_plugin_fk" implied="false" onDeleteCascade="false" table="sentinel_plugin"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="state_ind" nullable="false" remarks="State indicator" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="evt_src_srvr_config" nullable="true" remarks="Event source server configuration" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="8" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="evt_src_srvr_id" sequenceNumberInPK="1"/>
         <index name="evt_src_srvr_pk" unique="true">
            <column ascending="true" name="evt_src_srvr_id"/>
         </index>
      </table>
      <table name="evt_src_srvr_rpt_v" numRows="0" remarks="The configuration information for all event source server nodes." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="evt_src_srvr_id" nullable="true" remarks="Event source server identifier" size="2147483647" type="uuid">
            <parent column="evt_src_srvr_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_srvr"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="evt_src_srvr_name" nullable="true" remarks="Event source server name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="evt_src_mgr_id" nullable="true" remarks="Event source manager identifier" size="2147483647" type="uuid">
            <parent column="evt_src_mgr_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_mgr"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="sentinel_plugin_id" nullable="true" remarks="Sentinel plug-in identifier" size="2147483647" type="uuid">
            <parent column="sentinel_plugin_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sentinel_plugin"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="state_ind" nullable="true" remarks="State indicator" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="evt_src_srvr_config" nullable="true" remarks="Event source server configuration" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="8" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
      </table>
      <table name="ext_data" numRows="0" remarks="This table is used with external incident tracking to store a  reference to the copy of the incident in the external system (such the ID of the incident located  in the external system)." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ext_data_id" nullable="false" remarks="External data identifier" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="source_name" nullable="true" remarks="Source name" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="source_data_id" nullable="true" remarks="Source data identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="ext_data" nullable="true" remarks="External data" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="ext_data_type" nullable="true" remarks="External data type" size="10" type="varchar"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="ext_data_id" sequenceNumberInPK="1"/>
         <index name="ext_data_pk" unique="true">
            <column ascending="true" name="ext_data_id"/>
         </index>
      </table>
      <table name="external_data_rpt_v" numRows="0" remarks="This table is used with external incident tracking to store a reference to the copy of the incident in the external system (such the ID of the incident located in the external system)." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="external_data_id" nullable="true" remarks="External data identifier" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="source_name" nullable="true" remarks="Source name" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="source_data_id" nullable="true" remarks="Source data identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="external_data" nullable="true" remarks="External data" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="external_data_type" nullable="true" remarks="External data type" size="10" type="varchar"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="filters" numRows="0" remarks="Filters used for various contexts" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="filter_id" nullable="false" remarks="This is the UUID of the filter." size="2147483647" type="uuid">
            <parent column="filter_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="global_filters"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="filter_name" nullable="false" remarks="This is the name of the filter" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="filter_desc" nullable="true" remarks="Description of the filter." size="1024" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="user_owner_id" nullable="false" remarks="User ID of the owner of this filter" size="10" type="int4">
            <parent column="usr_id" foreignKey="filters_user_owner_id_fk" implied="false" onDeleteCascade="true" table="users"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="value" nullable="false" remarks="The actual lucene query forming the filter." size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="share_type" nullable="false" remarks="Denotes how the filter is shared. It can have one of  these four values - &quot;NONE&quot;,&quot;EVERYONE&quot;,&quot;SAME_ROLE&quot;,&quot;SELECTED_ROLES&quot;" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="is_freeform" nullable="true" remarks="Denotes whether the query was built using builder or  freeform." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="builder_data" nullable="true" remarks="If query was built using builder, then this column  stores the builder data associated with it used to display it back in UI later." size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="8" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="10" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="11" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <primaryKey column="filter_id" sequenceNumberInPK="1"/>
         <index name="filters_pk" unique="true">
            <column ascending="true" name="filter_id"/>
         </index>
         <index name="user_filter_name_unique" unique="true">
            <column ascending="true" name="filter_name"/>
            <column ascending="true" name="user_owner_id"/>
         </index>
      </table>
      <table name="global_filter_corr_action_association" numRows="0" remarks="Association between Global filter and Correlation Actions" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="filter_id" nullable="false" remarks="Unique identifier for  filter" size="2147483647" type="uuid">
            <parent column="filter_id" foreignKey="global_filter_corr_action_association_filter_id_fk" implied="false" onDeleteCascade="false" table="global_filters"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="corr_act_def_id" nullable="false" remarks="Correlation actions  identifier" size="2147483647" type="uuid">
            <parent column="corr_act_def_id" foreignKey="global_filter_corr_action_association_tag_name_fk" implied="false" onDeleteCascade="false" table="corr_act_def"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="false" remarks="Date the entry was  created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="false" remarks="Date the entry was  modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified  object" size="10" type="int4"/>
         <primaryKey column="filter_id" sequenceNumberInPK="1"/>
         <primaryKey column="corr_act_def_id" sequenceNumberInPK="2"/>
         <index name="global_filter_corr_action_association_pk" unique="true">
            <column ascending="true" name="filter_id"/>
            <column ascending="true" name="corr_act_def_id"/>
         </index>
      </table>
      <table name="global_filters" numRows="0" remarks="A list of global filters" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="filter_name" nullable="false" remarks="Name of the global filter" size="256" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="filter_id" nullable="false" remarks="Unique identifier for filter" size="2147483647" type="uuid">
            <child column="filter_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="filters"/>
            <child column="filter_id" foreignKey="global_filter_corr_action_association_filter_id_fk" implied="false" onDeleteCascade="false" table="global_filter_corr_action_association"/>
            <child column="filter_id" foreignKey="tag_global_filter_association_filter_id_pk" implied="false" onDeleteCascade="false" table="tag_global_filter_association"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="filter_owner" nullable="true" remarks="Owner of the filter" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="active" nullable="false" remarks="Status of the filter" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="channel_action" nullable="false" remarks="Channel action" size="1024" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="expr_type" nullable="false" remarks="Expession type" size="1024" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="expr" nullable="false" remarks="Expression" size="2048" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="inline" nullable="false" remarks="Inline" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="8" name="rule_index" nullable="false" remarks="Rule Index" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="9" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="10" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="11" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="12" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="filter_id" sequenceNumberInPK="1"/>
         <index name="global_filters_pk" unique="true">
            <column ascending="true" name="filter_id"/>
         </index>
         <index name="global_filters__filter_name_unique" unique="true">
            <column ascending="true" name="filter_name"/>
         </index>
      </table>
      <table name="incidents" numRows="0" remarks="Details of incidents" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="inc_id" nullable="false" remarks="Incident identifier - sequence number" size="10" type="int4">
            <child column="inc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents_assets"/>
            <child column="inc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents_assets_rpt_v"/>
            <child column="inc_id" foreignKey="inc_inc_evt_fk" implied="false" onDeleteCascade="false" table="incidents_events"/>
            <child column="inc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents_events_rpt_v"/>
            <child column="inc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents_rpt_v"/>
            <child column="inc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents_vuln"/>
            <child column="inc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents_vuln_rpt_v"/>
            <child column="inc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="unassigned_incidents_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="Incident name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="severity" nullable="true" remarks="Incident severity" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="stt_id" nullable="false" remarks="Incident State ID" size="10" type="int4">
            <parent column="stt_id" foreignKey="int_ste_fk" implied="false" onDeleteCascade="false" table="states"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="severity_rating" nullable="true" remarks="Average of all the event severities that comprise  an incident." size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="vulnerability_rating" nullable="true" remarks="Reserved for future use by Novell. Use of  this field for any other purpose might result in data being overwritten by future functionality." size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="criticality_rating" nullable="true" remarks="Reserved for future use by Novell. Use of this  field for any other purpose might result in data being overwritten by future functionality." size="32" type="varchar"/>
         <column autoUpdated="false" digits="6" id="7" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="8" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="9" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="10" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="11" name="inc_desc" nullable="true" remarks="Incident description" size="4000" type="varchar"/>
         <column autoUpdated="false" digits="0" id="12" name="inc_cat" nullable="true" remarks="Incident category" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="13" name="inc_priority" nullable="true" remarks="Incident priority" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="14" name="inc_res" nullable="true" remarks="Incident resolution" size="4000" type="varchar"/>
         <primaryKey column="inc_id" sequenceNumberInPK="1"/>
         <index name="inc_pk" unique="true">
            <column ascending="true" name="inc_id"/>
         </index>
         <index name="inc_name_stt_idx" unique="false">
            <column ascending="true" name="date_created"/>
            <column ascending="true" name="name"/>
            <column ascending="true" name="stt_id"/>
         </index>
         <index name="inc_sev_idx" unique="false">
            <column ascending="true" name="date_created"/>
            <column ascending="true" name="severity"/>
         </index>
         <index name="inc_stt_id_idx" unique="false">
            <column ascending="true" name="date_created"/>
            <column ascending="true" name="stt_id"/>
         </index>
      </table>
      <table name="incidents_assets" numRows="0" remarks="Assets that are associated with incidents" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="inc_id" nullable="false" remarks="Incident identifier - sequence number" size="10" type="int4">
            <parent column="inc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="asset_id" nullable="false" remarks="Asset Universal Unique Identifier (UUID)" size="2147483647" type="uuid">
            <parent column="asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="inc_id" sequenceNumberInPK="1"/>
         <primaryKey column="asset_id" sequenceNumberInPK="2"/>
         <index name="incidents_assets_pk" unique="true">
            <column ascending="true" name="inc_id"/>
            <column ascending="true" name="asset_id"/>
         </index>
      </table>
      <table name="incidents_assets_rpt_v" numRows="0" remarks="Assets that are associated with incidents" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="inc_id" nullable="true" remarks="Incident identifier - sequence number" size="10" type="int4">
            <parent column="inc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="asset_id" nullable="true" remarks="Asset Universal Unique Identifier (UUID)" size="2147483647" type="uuid">
            <parent column="asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="incidents_events" numRows="0" remarks="Events that are associated with incidents" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="inc_id" nullable="false" remarks="Incident identifier-sequence number" size="10" type="int4">
            <parent column="inc_id" foreignKey="inc_inc_evt_fk" implied="false" onDeleteCascade="false" table="incidents"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="evt_id" nullable="false" remarks="Event Universal Unique Identifier (UUID)" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="2" name="evt_time" nullable="false" remarks="Event time" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="part_id" nullable="false" remarks="Incident partition Identifier" size="19" type="int8">
            <parent column="part_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ixlog_part"/>
         </column>
         <primaryKey column="inc_id" sequenceNumberInPK="1"/>
         <primaryKey column="evt_id" sequenceNumberInPK="2"/>
         <primaryKey column="evt_time" sequenceNumberInPK="3"/>
         <index name="incidents_events_pk" unique="true">
            <column ascending="true" name="inc_id"/>
            <column ascending="true" name="evt_id"/>
            <column ascending="true" name="evt_time"/>
         </index>
         <index name="incidents_events_evt_id_idx" unique="false">
            <column ascending="true" name="evt_id"/>
            <column ascending="true" name="evt_time"/>
         </index>
         <index name="incidents_events_part_id_idx" unique="false">
            <column ascending="true" name="part_id"/>
         </index>
      </table>
      <table name="incidents_events_rpt_v" numRows="0" remarks="Events that are associated with incidents" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="inc_id" nullable="true" remarks="Incident identifier-sequence number" size="10" type="int4">
            <parent column="inc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="evt_id" nullable="true" remarks="Event Universal Unique Identifier (UUID)" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="2" name="evt_time" nullable="true" remarks="Event time" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="part_id" nullable="true" remarks="Incident partition Identifier" size="19" type="int8">
            <parent column="part_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ixlog_part"/>
         </column>
      </table>
      <table name="incidents_rpt_v" numRows="0" remarks="Details of incidents" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="inc_id" nullable="true" remarks="Incident identifier - sequence number" size="10" type="int4">
            <parent column="inc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="Incident name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="severity" nullable="true" remarks="Incident severity" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="stt_id" nullable="true" remarks="Incident State ID" size="10" type="int4">
            <parent column="stt_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="states"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="severity_rating" nullable="true" remarks="Average of all the event severities that comprise an incident." size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="vulnerability_rating" nullable="true" remarks="Reserved for future use by Novell. Use of this field for any other purpose might result in data being overwritten by future functionality." size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="criticality_rating" nullable="true" remarks="Reserved for future use by Novell. Use of this field for any other purpose might result in data being overwritten by future functionality." size="32" type="varchar"/>
         <column autoUpdated="false" digits="6" id="7" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="8" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="9" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="10" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="11" name="inc_desc" nullable="true" remarks="Incident description" size="4000" type="varchar"/>
         <column autoUpdated="false" digits="0" id="12" name="inc_cat" nullable="true" remarks="Incident category" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="13" name="inc_priority" nullable="true" remarks="Incident priority" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="14" name="inc_res" nullable="true" remarks="Incident resolution" size="4000" type="varchar"/>
      </table>
      <table name="incidents_vuln" numRows="0" remarks="Vulnerabilities that are associated with incidents" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="inc_id" nullable="false" remarks="Incident identifier-sequence number" size="10" type="int4">
            <parent column="inc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="vuln_id" nullable="false" remarks="Vulnerability Universal Unique Identifier (UUID)" size="2147483647" type="uuid">
            <parent column="vuln_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="inc_id" sequenceNumberInPK="1"/>
         <primaryKey column="vuln_id" sequenceNumberInPK="2"/>
         <index name="incidents_vuln_pk" unique="true">
            <column ascending="true" name="inc_id"/>
            <column ascending="true" name="vuln_id"/>
         </index>
      </table>
      <table name="incidents_vuln_rpt_v" numRows="0" remarks="Vulnerabilities that are associated with incidents" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="inc_id" nullable="true" remarks="Incident identifier-sequence number" size="10" type="int4">
            <parent column="inc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="vuln_id" nullable="true" remarks="Vulnerability Universal Unique Identifier (UUID)" size="2147483647" type="uuid">
            <parent column="vuln_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="integrator_config" numRows="0" remarks="The configuration information for instances of  integrators." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="config_id" nullable="false" remarks="Integrator Configuration identifier" size="2147483647" type="uuid">
            <child column="config_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="md_config"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="plugin_id" nullable="false" remarks="Sentinel Plugin identifier" size="2147483647" type="uuid">
            <parent column="sentinel_plugin_id" foreignKey="integrator_config_plugin_fk" implied="false" onDeleteCascade="false" table="sentinel_plugin"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="Integrator Configuration name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="type" nullable="false" remarks="Integrator Configuration type" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="description" nullable="true" remarks="Integrator Configuration description" size="4000" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="integrator_properties" nullable="true" remarks="Integrator Configuration properties  in XML form" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <primaryKey column="config_id" sequenceNumberInPK="1"/>
         <index name="integrator_config_pk" unique="true">
            <column ascending="true" name="config_id"/>
         </index>
      </table>
      <table name="ixlog_part" numRows="0" remarks="Details of the event partitions located in the file-based event  store" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="part_id" nullable="false" remarks="Identifier of Index Log of partitions" size="19" type="int8">
            <child column="part_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents_events"/>
            <child column="part_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents_events_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="Partition name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="part_date" nullable="false" remarks="Partition date" size="13" type="date"/>
         <column autoUpdated="false" digits="0" id="3" name="ret_pol_id" nullable="true" remarks="Retention policy identifier" size="2147483647" type="uuid">
            <parent column="config_id" foreignKey="ret_pol_id_fk" implied="false" onDeleteCascade="false" table="md_config"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="byte_count" nullable="true" remarks="Size of the event" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="event_count" nullable="true" remarks="Event count for the partition" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="6" name="hash" nullable="true" remarks="Hash value" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="state" nullable="false" remarks="Status of log" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="index_version" nullable="false" remarks="Version of log" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="event_assoc_action" nullable="true" remarks="Event associated action" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="10" name="event_assoc_data_in_db" nullable="true" remarks="Existence of event associated data in  database" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="11" name="event_assoc_data_exported" nullable="true" remarks="Indicator of events associated data  export" size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="12" name="event_assoc_action_start_time" nullable="true" remarks="Starting time of events associated  action" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="13" name="event_assoc_data_export_hash" nullable="true" remarks="Hash for events associated data  exported" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="14" name="incidents_events_exported" nullable="true" remarks="Incident events exported" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="15" name="correlated_events_exported" nullable="true" remarks="Correlated events exported" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="16" name="incidents_events_imported" nullable="true" remarks="Incident events imported" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="17" name="correlated_events_imported" nullable="true" remarks="Correlated events imported" size="19" type="int8"/>
         <column autoUpdated="false" digits="6" id="18" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="19" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="20" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="21" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="part_id" sequenceNumberInPK="1"/>
         <index name="part_pk" unique="true">
            <column ascending="true" name="part_id"/>
         </index>
         <index name="ixlog_part_day_idx" unique="false">
            <column ascending="false" name="part_date"/>
         </index>
         <index name="ixlog_part_name_idx" unique="false">
            <column ascending="true" name="name"/>
         </index>
         <index name="ixlog_part_ret_pol_id_idx" unique="false">
            <column ascending="true" name="ret_pol_id"/>
         </index>
         <index name="ixlog_part_state_idx" unique="false">
            <column ascending="true" name="state"/>
         </index>
      </table>
      <table name="license_record" numRows="0" remarks="Holds records used for recording license compliance." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="collector_plugin_id" nullable="false" remarks="Collector type id" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="tenant_id" nullable="false" remarks="Tenant name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="count" nullable="false" remarks="Count of data records" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="collector_manager_id" nullable="false" remarks="Collector Manager id" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="time" nullable="false" remarks="Timestamp of record" size="35" type="timestamptz"/>
         <primaryKey column="collector_plugin_id" sequenceNumberInPK="1"/>
         <primaryKey column="tenant_id" sequenceNumberInPK="2"/>
         <primaryKey column="collector_manager_id" sequenceNumberInPK="3"/>
         <primaryKey column="time" sequenceNumberInPK="4"/>
         <index name="lic_rec_pk" unique="true">
            <column ascending="true" name="collector_plugin_id"/>
            <column ascending="true" name="tenant_id"/>
            <column ascending="true" name="collector_manager_id"/>
         </index>
         <index name="lic_rec_time_idx" unique="false"/>
      </table>
      <table name="license_record_hours" numRows="0" remarks="Holds records used for recording license compliance." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="collector_plugin_id" nullable="false" remarks="Collector type id" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="tenant_id" nullable="false" remarks="Tenant name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="count" nullable="false" remarks="Count of data records" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="collector_manager_id" nullable="false" remarks="Collector Manager id" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="time" nullable="false" remarks="Timestamp of record" size="35" type="timestamptz"/>
         <primaryKey column="collector_plugin_id" sequenceNumberInPK="1"/>
         <primaryKey column="tenant_id" sequenceNumberInPK="2"/>
         <primaryKey column="collector_manager_id" sequenceNumberInPK="3"/>
         <primaryKey column="time" sequenceNumberInPK="4"/>
         <index name="lic_rec_hours_pk" unique="true">
            <column ascending="true" name="collector_plugin_id"/>
            <column ascending="true" name="tenant_id"/>
            <column ascending="true" name="collector_manager_id"/>
         </index>
         <index name="lic_rec_hours_time_idx" unique="false"/>
      </table>
      <table name="license_record_lock" numRows="0" remarks="Used for synchronization of the license record trigger." schema="public" type="TABLE"/>
      <table name="md_config" numRows="0" remarks="Various system configuration settings." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="config_id" nullable="false" remarks="md configuration identifier" size="2147483647" type="uuid">
            <child column="ret_pol_id" foreignKey="ret_pol_id_fk" implied="false" onDeleteCascade="false" table="ixlog_part"/>
            <parent column="config_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="integrator_config"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="usr_id" nullable="false" remarks="User identifier" size="10" type="int4">
            <parent column="usr_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="users"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="application" nullable="false" remarks="Application name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="branding" nullable="true" remarks="Branding name" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="unit" nullable="true" remarks="Unit name" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="value" nullable="true" remarks="Unit value" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="typ" nullable="true" remarks="Type" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="data" nullable="true" remarks="Md Configuration data in xml" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="8" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="10" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="11" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <index name="md_config_pk" unique="true">
            <column ascending="true" name="config_id"/>
         </index>
      </table>
      <table name="md_view_config" numRows="0" remarks="Configuration of the configurable table views in Sentinel  Control Center.  Table views are available for many objects, such as incidents, iTRAC processes,  etc." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="view_config_id" nullable="false" remarks="Identifier of md view" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="view_name" nullable="false" remarks="md view name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="view_typ" nullable="false" remarks="md view type" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="default_view_ind" nullable="false" remarks="TRUE indicates" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="view_desc" nullable="true" remarks="md view description" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="view_data" nullable="false" remarks="md view data in XML form" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="view_config_id" sequenceNumberInPK="1"/>
         <index name="md_view_config_pk" unique="true">
            <column ascending="true" name="view_config_id"/>
         </index>
      </table>
      <table name="mssp_associations" numRows="0" remarks="Associates an MSSP Customer with that customer's objects  (such as vulnerabilities, assets, etc.)" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="table1" nullable="false" remarks="Table name 1" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="id1" nullable="false" remarks="ID1" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="table2" nullable="false" remarks="Table name 2" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="id2" nullable="false" remarks="ID2" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="table1" sequenceNumberInPK="1"/>
         <primaryKey column="id1" sequenceNumberInPK="2"/>
         <primaryKey column="table2" sequenceNumberInPK="3"/>
         <primaryKey column="id2" sequenceNumberInPK="4"/>
         <index name="mssp_associations_pk" unique="true">
            <column ascending="true" name="table1"/>
            <column ascending="true" name="id1"/>
            <column ascending="true" name="table2"/>
            <column ascending="true" name="id2"/>
         </index>
      </table>
      <table name="mssp_associations_v" numRows="0" remarks="Associates an MSSP Customer with that customer's objects (such as vulnerabilities, assets, etc.)" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="table1" nullable="true" remarks="Table name 1" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="id1" nullable="true" remarks="ID1" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="table2" nullable="true" remarks="Table name 2" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="id2" nullable="true" remarks="ID2" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="network_identity_lkup" numRows="0" remarks="Asset network identity types" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="network_identity_id" nullable="false" remarks="Unique identifier of network  identity" size="19" type="int8">
            <child column="network_identity_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="network_identity_rpt_v"/>
            <child column="network_identity_id" foreignKey="physical_asset_fk2" implied="false" onDeleteCascade="false" table="physical_asset"/>
            <child column="network_identity_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="physical_asset_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="network_identity_name" nullable="false" remarks="IPV6 address of the asset" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="network_identity_id" sequenceNumberInPK="1"/>
         <index name="network_identity_lkup_pk" unique="true">
            <column ascending="true" name="network_identity_id"/>
         </index>
         <index name="network_identity_lkup_ak1" unique="true">
            <column ascending="true" name="network_identity_name"/>
         </index>
      </table>
      <table name="network_identity_rpt_v" numRows="0" remarks="Asset network identity types" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="network_identity_id" nullable="true" remarks="Unique identifier of network identity" size="19" type="int8">
            <parent column="network_identity_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="network_identity_lkup"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="network_identity_name" nullable="true" remarks="Name of network identity" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="organization" numRows="0" remarks="Asset organization information" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="organization_id" nullable="false" remarks="Organization identifier" size="2147483647" type="uuid">
            <child column="organization_id" foreignKey="asset_x_entity_x_role_fk3" implied="false" onDeleteCascade="false" table="asset_x_entity_x_role"/>
            <child column="organization_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_x_entity_x_role_rpt_v"/>
            <child column="organization_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="organization_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="organization_name" nullable="false" remarks="Organization name" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="cust_id" nullable="true" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="organization_id" sequenceNumberInPK="1"/>
         <index name="organization_pk" unique="true">
            <column ascending="true" name="organization_id"/>
         </index>
         <index name="organization_ak1" unique="true">
            <column ascending="true" name="organization_name"/>
            <column ascending="true" name="cust_id"/>
         </index>
      </table>
      <table name="organization_rpt_v" numRows="0" remarks="Asset organization information" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="organization_id" nullable="true" remarks="Organization identifier" size="2147483647" type="uuid">
            <parent column="organization_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="organization"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="organization_name" nullable="true" remarks="Organization name" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="cust_id" nullable="true" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="partition_sync_info" numRows="0" remarks="Partition data synchronization status data." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="policy_id" nullable="false" remarks="This is the UUID of the corresponding data  sync policy. The UUID is deliberately stored as a string to simplify cross-db platform  implementation." size="255" type="varchar">
            <parent column="policy_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_datasync_info"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="partition_id" nullable="false" remarks="This is the partition number of the partition this record is tracking." size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="partition_read_offset" nullable="true" remarks="This is the absolute offset into the event store file for this partition where we have synced to so far." size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="partition_completed" nullable="true" remarks="This is a boolean flag indicating whether or not we are done processing this partition." size="1" type="bool"/>
         <primaryKey column="policy_id" sequenceNumberInPK="1"/>
         <primaryKey column="partition_id" sequenceNumberInPK="2"/>
         <index name="partition_sync_pk" unique="true">
            <column ascending="true" name="policy_id"/>
            <column ascending="true" name="partition_id"/>
         </index>
      </table>
      <table name="permissions" numRows="0" remarks="Contains the list of predefined permissions for various  functionality." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="perm_name" nullable="false" remarks="Name of the permission" size="255" type="varchar">
            <child column="perm_name" foreignKey="user_group_permissions_perm_name_fk" implied="false" onDeleteCascade="true" table="user_group_permissions"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="perm_type" nullable="true" remarks="boolean" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="perm_category" nullable="true" remarks="Permission category" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="perm_desc" nullable="true" remarks="Description of the permission" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="perm_name" sequenceNumberInPK="1"/>
         <index name="permissions_pk" unique="true">
            <column ascending="true" name="perm_name"/>
         </index>
      </table>
      <table name="person" numRows="0" remarks="Information about a person that is related to an asset" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="person_id" nullable="false" remarks="Person identifier" size="2147483647" type="uuid">
            <child column="person_id" foreignKey="asset_x_entity_x_role_fk2" implied="false" onDeleteCascade="false" table="asset_x_entity_x_role"/>
            <child column="person_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_x_entity_x_role_rpt_v"/>
            <child column="person_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="person_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="first_name" nullable="true" remarks="First name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="last_name" nullable="true" remarks="Last name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="cust_id" nullable="true" remarks="Customer Identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="phone_num" nullable="true" remarks="Phone number" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="email_addr" nullable="true" remarks="Email address" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="person_id" sequenceNumberInPK="1"/>
         <index name="person_pk" unique="true">
            <column ascending="true" name="person_id"/>
         </index>
         <index name="person_ak1" unique="true">
            <column ascending="true" name="first_name"/>
            <column ascending="true" name="last_name"/>
            <column ascending="true" name="cust_id"/>
            <column ascending="true" name="email_addr"/>
         </index>
      </table>
      <table name="person_rpt_v" numRows="0" remarks="Information about a person that is related to an asset" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="person_id" nullable="true" remarks="Person identifier" size="2147483647" type="uuid">
            <parent column="person_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="first_name" nullable="true" remarks="First name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="last_name" nullable="true" remarks="Last name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="cust_id" nullable="true" remarks="Customer Identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="phone_number" nullable="true" remarks="Phone number" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="email_address" nullable="true" remarks="Email address" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="physical_asset" numRows="0" remarks="Associates a physical asset with all of its physical asset attributes (such as IP, location, etc.)" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="physical_asset_id" nullable="false" remarks="Physical asset identifier" size="2147483647" type="uuid">
            <child column="physical_asset_id" foreignKey="asset_fk1" implied="false" onDeleteCascade="false" table="asset"/>
            <child column="physical_asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_hostname"/>
            <child column="physical_asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_hostname_rpt_v"/>
            <child column="physical_asset_id" foreignKey="asset_ip_fk1" implied="false" onDeleteCascade="false" table="asset_ip"/>
            <child column="physical_asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_ip_rpt_v"/>
            <child column="physical_asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_rpt_v"/>
            <child column="physical_asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="physical_asset_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="cust_id" nullable="true" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="host_name" nullable="true" remarks="Host name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="ip_addr" nullable="true" remarks="IP address" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="loc_id" nullable="false" remarks="Location identifier" size="19" type="int8">
            <parent column="loc_id" foreignKey="physical_asset_fk1" implied="false" onDeleteCascade="false" table="asset_loc"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="network_identity_id" nullable="false" remarks="Network identity code" size="19" type="int8">
            <parent column="network_identity_id" foreignKey="physical_asset_fk2" implied="false" onDeleteCascade="false" table="network_identity_lkup"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="mac_addr" nullable="true" remarks="MAC address" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="rack_num" nullable="true" remarks="Asset maintainer identity ID" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="room_name" nullable="true" remarks="Asset owner identity ID" size="100" type="varchar"/>
         <column autoUpdated="false" digits="6" id="9" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="10" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="11" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="12" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="physical_asset_id" sequenceNumberInPK="1"/>
         <index name="physical_asset_pk" unique="true">
            <column ascending="true" name="physical_asset_id"/>
         </index>
         <index name="physical_asset_ak1" unique="true">
            <column ascending="true" name="host_name"/>
            <column ascending="true" name="ip_addr"/>
            <column ascending="true" name="cust_id"/>
         </index>
      </table>
      <table name="physical_asset_rpt_v" numRows="0" remarks="Associates a physical asset with all of its physical asset attributes (such as IP, location, etc.)" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="physical_asset_id" nullable="true" remarks="Physical asset identifier" size="2147483647" type="uuid">
            <parent column="physical_asset_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="physical_asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="cust_id" nullable="true" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="host_name" nullable="true" remarks="Host name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="ip_address" nullable="true" remarks="IP address" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="location_id" nullable="true" remarks="Location identifier" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="network_identity_id" nullable="true" remarks="Network identity code" size="19" type="int8">
            <parent column="network_identity_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="network_identity_lkup"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="mac_address" nullable="true" remarks="MAC address" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="rack_number" nullable="true" remarks="Rack number" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="room_name" nullable="true" remarks="Room name" size="100" type="varchar"/>
         <column autoUpdated="false" digits="6" id="9" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="10" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="11" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="12" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="prdt" numRows="0" remarks="Asset product information" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="prdt_id" nullable="false" remarks="Product identifier" size="19" type="int8">
            <child column="prdt_id" foreignKey="asset_fk6" implied="false" onDeleteCascade="false" table="asset"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="prdt_name" nullable="true" remarks="Product name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="prdt_version" nullable="true" remarks="Product version" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="vndr_id" nullable="false" remarks="Vendor identifier" size="19" type="int8">
            <parent column="vndr_id" foreignKey="prdt_fk1" implied="false" onDeleteCascade="false" table="vndr"/>
         </column>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="prdt_id" sequenceNumberInPK="1"/>
         <index name="prdt_pk" unique="true">
            <column ascending="true" name="prdt_id"/>
         </index>
         <index name="prdt_ak1" unique="true">
            <column ascending="true" name="prdt_name"/>
            <column ascending="true" name="prdt_version"/>
         </index>
      </table>
      <table name="product_rpt_v" numRows="0" remarks="Asset product information" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="product_id" nullable="true" remarks="Product identifier" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="product_name" nullable="true" remarks="Product name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="product_version" nullable="true" remarks="Product version" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="vendor_id" nullable="true" remarks="Vendor identifier" size="19" type="int8"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="raw_data_files_info" numRows="0" remarks="Details of the raw data files located in the file-based  raw data store" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="Raw data file identifier" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="1" name="evt_src_id" nullable="false" remarks="Event source identifier for raw data file" size="2147483647" type="uuid">
            <parent column="evt_src_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_deleted"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="evt_src_name" nullable="false" remarks="Event source name of raw data file" size="256" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="state" nullable="false" remarks="Status of raw data file" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="file_name" nullable="false" remarks="File name of raw data file" size="256" type="varchar">
            <parent column="file_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="adv_nxs_feed"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="file_hash" nullable="true" remarks="Hash generated for raw data file" size="256" type="varchar"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="raw_data_files_info_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="raw_data_file_name_idx" unique="false">
            <column ascending="true" name="file_name"/>
         </index>
         <index name="raw_data_file_state_idx" unique="false">
            <column ascending="true" name="state"/>
         </index>
      </table>
      <table name="role_lkup" numRows="0" remarks="Asset role types (such as business unit, department, division, etc.)" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="role_cd" nullable="false" remarks="Role code" size="5" type="varchar">
            <child column="role_cd" foreignKey="asset_x_entity_x_role_fk4" implied="false" onDeleteCascade="false" table="asset_x_entity_x_role"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="role_name" nullable="false" remarks="Role name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="role_cd" sequenceNumberInPK="1"/>
         <index name="role_lkup_pk" unique="true">
            <column ascending="true" name="role_cd"/>
         </index>
         <index name="role_lkup_ak1" unique="true">
            <column ascending="true" name="role_name"/>
         </index>
      </table>
      <table name="role_rpt_v" numRows="0" remarks="Asset role types (such as business unit, department, division, etc.)" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="role_code" nullable="true" remarks="Role code" size="5" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="role_name" nullable="true" remarks="Role name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="scheduled_job_detail" numRows="0" remarks="Details of jobs scheduled to run (such as running a  report on a schedule)." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="job_id" nullable="false" remarks="Scheduled job identifier" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="1" name="job_name" nullable="false" remarks="Scheduled job name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="job_type" nullable="false" remarks="Scheduled job type, ie, hourly, daily etc." size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="description" nullable="true" remarks="Scheduled job's description" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="params" nullable="true" remarks="Parameters of the scheduled job" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="5" name="last_run" nullable="true" remarks="Timestamp of job last executed" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="error_message" nullable="true" remarks="Error message" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="schedule_time" nullable="false" remarks="Scheduled job time" size="127" type="varchar"/>
         <column autoUpdated="false" digits="6" id="8" name="start_time" nullable="true" remarks="Start time of scheduled job" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="end_time" nullable="true" remarks="End time of scheduled job" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="10" name="author" nullable="true" remarks="Author of scheduled job" size="64" type="varchar"/>
         <column autoUpdated="false" digits="6" id="11" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="12" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="13" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="14" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
      </table>
      <table name="sensitivity_lkup" numRows="0" remarks="Asset sensitivity types" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="sensitivity_id" nullable="false" remarks="Asset sensitivity code" size="19" type="int8">
            <child column="sensitivity_id" foreignKey="asset_fk5" implied="false" onDeleteCascade="false" table="asset"/>
            <child column="sensitivity_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="asset_rpt_v"/>
            <child column="sensitivity_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sensitivity_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="sensitivity_name" nullable="false" remarks="Asset sensitivity name" size="50" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="sensitivity_id" sequenceNumberInPK="1"/>
         <index name="sensitivity_lkup_pk" unique="true">
            <column ascending="true" name="sensitivity_id"/>
         </index>
         <index name="sensitivity_lkup_ak1" unique="true">
            <column ascending="true" name="sensitivity_name"/>
         </index>
      </table>
      <table name="sensitivity_rpt_v" numRows="0" remarks="Asset sensitivity types" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="sensitivity_id" nullable="true" remarks="Asset sensitivity code" size="19" type="int8">
            <parent column="sensitivity_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sensitivity_lkup"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="sensitivity_name" nullable="true" remarks="Asset sensitivity name" size="50" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="sentinel" numRows="0" remarks="A list of Sentinel systems known by this system.  Currently, this  table only contains the local live Sentinel system as well as the &quot;offline&quot; Sentinel used in the  Event Source Manager Scratch Pad user interface." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="sentinel_id" nullable="false" remarks="Unique Identifier for Sentinel" size="2147483647" type="uuid">
            <child column="sentinel_id" foreignKey="evt_src_mgr_fk" implied="false" onDeleteCascade="false" table="evt_src_mgr"/>
            <child column="sentinel_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_mgr_rpt_v"/>
            <child column="sentinel_id" foreignKey="sentinel_host_sen_id_fk" implied="false" onDeleteCascade="false" table="sentinel_host"/>
            <child column="sentinel_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sentinel_host_rpt_v"/>
            <child column="sentinel_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sentinel_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="sentinel_name" nullable="false" remarks="Name of the Server (Sentinel, Sentinel (Scratch  pad)" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="online_ind" nullable="false" remarks="True indicates that the Server is online (False for  Scatch Pad)" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="3" name="state_ind" nullable="false" remarks="True indicates that the Server is active" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="sentinel_config" nullable="true" remarks="Configuration XML" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="7" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="8" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="sentinel_id" sequenceNumberInPK="1"/>
         <index name="sentinel_pk" unique="true">
            <column ascending="true" name="sentinel_id"/>
         </index>
      </table>
      <table name="sentinel_host" numRows="0" remarks="Details of the machine on which a sentinel component is  installed." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="sentinel_host_id" nullable="false" remarks="ID of the Host machine where Sentinel is  running" size="2147483647" type="uuid">
            <child column="sentinel_host_id" foreignKey="evt_src_mgr_sent_host_fk" implied="false" onDeleteCascade="false" table="evt_src_mgr"/>
            <child column="sentinel_host_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_mgr_rpt_v"/>
            <child column="sentinel_host_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sentinel_host_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="sentinel_id" nullable="false" remarks="ID of the Sentinel where Server was installed" size="2147483647" type="uuid">
            <parent column="sentinel_id" foreignKey="sentinel_host_sen_id_fk" implied="false" onDeleteCascade="false" table="sentinel"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="sentinel_host_name" nullable="false" remarks="Host name and IP address of the Sentinel  Server" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="host_name" nullable="true" remarks="Only hostname of the Sentinel Server" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="ip_addr" nullable="true" remarks="Only IP address of the Sentinel Server" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="host_os" nullable="true" remarks="Name of OS on which Sentinel is running" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="host_os_version" nullable="true" remarks="Version of OS that Sentinel is running" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="9" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="10" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="sentinel_host_id" sequenceNumberInPK="1"/>
         <index name="sentinel_host_pk" unique="true">
            <column ascending="true" name="sentinel_host_id"/>
         </index>
      </table>
      <table name="sentinel_host_rpt_v" numRows="0" remarks="Details of the machine on which a sentinel component is installed." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="sentinel_host_id" nullable="true" remarks="ID of the Host machine where Sentinel is running" size="2147483647" type="uuid">
            <parent column="sentinel_host_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sentinel_host"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="sentinel_id" nullable="true" remarks="ID of the Sentinel where Server was installed" size="2147483647" type="uuid">
            <parent column="sentinel_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sentinel"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="sentinel_host_name" nullable="true" remarks="Host name and IP address of the Sentinel Server" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="host_name" nullable="true" remarks="Only hostname of the Sentinel Server" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="ip_addr" nullable="true" remarks="Only IP address of the Sentinel Server" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="host_os" nullable="true" remarks="Name of OS on which Sentinel is running" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="host_os_version" nullable="true" remarks="Version of OS that Sentinel is running" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="9" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="10" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
      </table>
      <table name="sentinel_plugin" numRows="0" remarks="Details of plug-ins (such as collector, connector, and  reports) imported into the system.  This table references the plug-in zip files, which are  located on the Sentinel server filesystem." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="sentinel_plugin_id" nullable="false" remarks="ID of the Sentinel Plugin" size="2147483647" type="uuid">
            <child column="report_id" foreignKey="user_report_state_plugin_fk" implied="false" onDeleteCascade="true" table="esec_user_report_state"/>
            <child column="sentinel_plugin_id" foreignKey="evt_src_collector_plugin_fk" implied="false" onDeleteCascade="false" table="evt_src_collector"/>
            <child column="sentinel_plugin_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_collector_rpt_v"/>
            <child column="sentinel_plugin_id" foreignKey="evt_src_grp_plugin_id_fk" implied="false" onDeleteCascade="false" table="evt_src_grp"/>
            <child column="sentinel_plugin_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_grp_rpt_v"/>
            <child column="sentinel_plugin_id" foreignKey="evt_src_srvr_plugin_fk" implied="false" onDeleteCascade="false" table="evt_src_srvr"/>
            <child column="sentinel_plugin_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="evt_src_srvr_rpt_v"/>
            <child column="plugin_id" foreignKey="integrator_config_plugin_fk" implied="false" onDeleteCascade="false" table="integrator_config"/>
            <child column="sentinel_plugin_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sentinel_plugin_rpt_v"/>
            <child column="plugin_id" foreignKey="plugin_id_fk" implied="false" onDeleteCascade="false" table="tag_plugin_association"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="sentinel_plugin_name" nullable="false" remarks="Name of the Sentinel Plugin" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="sentinel_plugin_type" nullable="false" remarks="Type of the Plugin such as COLLECTOR,  INTEGRATOR etc." size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="file_name" nullable="false" remarks="Name of the plugin file inside plugin_repository  folder" size="512" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="content_pkg" nullable="true" remarks="Content of package.xml for the plugin" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="file_hash" nullable="false" remarks="Hash generated for the plugin file" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="aux_file_name" nullable="false" remarks="Name of the auxiliary plugin file" size="512" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="9" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="10" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="sentinel_plugin_id" sequenceNumberInPK="1"/>
         <index name="sentinel_plugin_pk" unique="true">
            <column ascending="true" name="sentinel_plugin_id"/>
         </index>
      </table>
      <table name="sentinel_plugin_rpt_v" numRows="0" remarks="Details of plug-ins (such as collector, connector, and reports) imported into the system.  This table references the plug-in zip files, which are located on the Sentinel server filesystem." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="sentinel_plugin_id" nullable="true" remarks="ID of the Sentinel Plugin" size="2147483647" type="uuid">
            <parent column="sentinel_plugin_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sentinel_plugin"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="sentinel_plugin_name" nullable="true" remarks="Name of the Sentinel Plugin" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="sentinel_plugin_type" nullable="true" remarks="Type of the Plugin such as COLLECTOR, INTEGRATOR etc." size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="file_name" nullable="true" remarks="Name of the plugin file inside plugin_repository folder" size="512" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="content_pkg" nullable="true" remarks="Content of package.xml for the plugin" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="file_hash" nullable="true" remarks="Hash generated for the plugin file" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="aux_file_name" nullable="true" remarks="Name of the auxiliary plugin file" size="512" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="9" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="10" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
      </table>
      <table name="sentinel_rpt_v" numRows="0" remarks="A list of Sentinel systems known by this system.  Currently, this table only contains the local live Sentinel system as well as the &quot;offline&quot; Sentinel used in the Event Source Manager Scratch Pad user interface." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="sentinel_id" nullable="true" remarks="Unique Identifier for Sentinel" size="2147483647" type="uuid">
            <parent column="sentinel_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sentinel"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="sentinel_name" nullable="true" remarks="Name of the Server (Sentinel, Sentinel (Scratch pad)" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="online_ind" nullable="true" remarks="True indicates that the Server is online (False for Scatch Pad)" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="3" name="state_ind" nullable="true" remarks="True indicates that the Server is active" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="sentinel_config" nullable="true" remarks="Configuration XML" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="7" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="8" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
      </table>
      <table name="states" numRows="0" remarks="Definitions of possible states of incidents" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="stt_id" nullable="false" remarks="Unique identifier for the Status of different Contexts" size="10" type="int4">
            <child column="stt_id" foreignKey="int_ste_fk" implied="false" onDeleteCascade="false" table="incidents"/>
            <child column="stt_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents_rpt_v"/>
            <child column="stt_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="states_rpt_v"/>
            <child column="stt_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="unassigned_incidents_rpt_v"/>
            <child column="stt_id" foreignKey="usr_stt_fk" implied="false" onDeleteCascade="false" table="users"/>
            <child column="stt_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="users_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="context" nullable="true" remarks="Case or Context in abbreviated form" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="true" remarks="Detail of the Status of different contexts" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="terminal_flag" nullable="true" remarks="Indicates if state of incident is resolved." size="1" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <primaryKey column="stt_id" sequenceNumberInPK="1"/>
         <index name="stt_pk" unique="true">
            <column ascending="true" name="stt_id"/>
         </index>
         <index name="stt_context_name_idx" unique="true">
            <column ascending="true" name="context"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="states_rpt_v" numRows="0" remarks="Definitions of possible states of incidents" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="stt_id" nullable="true" remarks="Unique identifier for the Status of different Contexts" size="10" type="int4">
            <parent column="stt_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="states"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="context" nullable="true" remarks="Case or Context in abbreviated form" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="true" remarks="Detail of the Status of different contexts" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="terminal_flag" nullable="true" remarks="Indicates if state of incident is resolved." size="1" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
      </table>
      <table name="tag_event_source_association" numRows="0" remarks="Association of event source and tags" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="tag_name" nullable="false" remarks="Name of the tag for event source  association" size="255" type="varchar">
            <parent column="tag_name" foreignKey="tag_name_fk" implied="false" onDeleteCascade="false" table="tags"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="event_source_id" nullable="false" remarks="Id of the event source" size="2147483647" type="uuid">
            <parent column="evt_src_id" foreignKey="event_source_id_fk" implied="false" onDeleteCascade="false" table="evt_src"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="tag_name" sequenceNumberInPK="1"/>
         <primaryKey column="event_source_id" sequenceNumberInPK="2"/>
         <index name="tag_event_source_association_pk" unique="true">
            <column ascending="true" name="tag_name"/>
            <column ascending="true" name="event_source_id"/>
         </index>
      </table>
      <table name="tag_event_source_association_v" numRows="0" remarks="Association of event source and tags" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="tag_name" nullable="true" remarks="Name of the tag for event source association" size="255" type="varchar">
            <parent column="tag_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tags"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="event_source_id" nullable="true" remarks="Id of the event source" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="tag_event_source_server_association" numRows="0" remarks="Association of event source server and  tags" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="tag_name" nullable="false" remarks="Name of the tag for event  source server" size="255" type="varchar">
            <parent column="tag_name" foreignKey="tag_name_fk" implied="false" onDeleteCascade="false" table="tags"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="event_source_server_id" nullable="false" remarks="Id of the event  source server" size="2147483647" type="uuid">
            <parent column="evt_src_srvr_id" foreignKey="event_source_server_id_fk" implied="false" onDeleteCascade="false" table="evt_src_srvr"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="false" remarks="Date the entry was  created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="false" remarks="Date the entry was  modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified  object" size="10" type="int4"/>
         <primaryKey column="tag_name" sequenceNumberInPK="1"/>
         <primaryKey column="event_source_server_id" sequenceNumberInPK="2"/>
         <index name="tag_event_source_server_association_pk" unique="true">
            <column ascending="true" name="tag_name"/>
            <column ascending="true" name="event_source_server_id"/>
         </index>
      </table>
      <table name="tag_event_source_server_association_v" numRows="0" remarks="Association of event source server and tags" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="tag_name" nullable="true" remarks="Name of the tag for event source server" size="255" type="varchar">
            <parent column="tag_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tags"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="event_source_server_id" nullable="true" remarks="Id of the event source server" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="tag_event_src_manager_association" numRows="0" remarks="Association of collector manager and  tags" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="tag_name" nullable="false" remarks="Name of the tag for event source  manager" size="255" type="varchar">
            <parent column="tag_name" foreignKey="tag_name_fk" implied="false" onDeleteCascade="false" table="tags"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="event_src_manager_id" nullable="false" remarks="Id of the event  source manager" size="2147483647" type="uuid">
            <parent column="evt_src_mgr_id" foreignKey="event_src_manager_id_fk" implied="false" onDeleteCascade="false" table="evt_src_mgr"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="false" remarks="Date the entry was  modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified  object" size="10" type="int4"/>
         <primaryKey column="tag_name" sequenceNumberInPK="1"/>
         <primaryKey column="event_src_manager_id" sequenceNumberInPK="2"/>
         <index name="tag_event_src_manager_association_pk" unique="true">
            <column ascending="true" name="tag_name"/>
            <column ascending="true" name="event_src_manager_id"/>
         </index>
      </table>
      <table name="tag_event_src_manager_association_v" numRows="0" remarks="Association of collector manager and tags" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="tag_name" nullable="true" remarks="Name of the tag for event source manager" size="255" type="varchar">
            <parent column="tag_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tags"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="event_src_manager_id" nullable="true" remarks="Id of the event source manager" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="tag_global_filter_association" numRows="0" remarks="Association between Tags and Global filter" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="tag_name" nullable="false" remarks="Name of the tag (unique and case  insensitive)" size="255" type="varchar">
            <parent column="tag_name" foreignKey="tag_global_filter_association_tag_name_pk" implied="false" onDeleteCascade="false" table="tags"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="filter_id" nullable="false" remarks="Unique identifier for filter" size="2147483647" type="uuid">
            <parent column="filter_id" foreignKey="tag_global_filter_association_filter_id_pk" implied="false" onDeleteCascade="false" table="global_filters"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="tag_name" sequenceNumberInPK="1"/>
         <primaryKey column="filter_id" sequenceNumberInPK="2"/>
         <index name="tag_global_filter_association_pk" unique="true">
            <column ascending="true" name="tag_name"/>
            <column ascending="true" name="filter_id"/>
         </index>
      </table>
      <table name="tag_plugin_association" numRows="0" remarks="Association of plug-ins (such a reports) and tags" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="tag_name" nullable="false" remarks="Name of the tag for plugin association" size="255" type="varchar">
            <parent column="tag_name" foreignKey="tag_name_fk" implied="false" onDeleteCascade="false" table="tags"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="plugin_id" nullable="false" remarks="Id of the plugin" size="2147483647" type="uuid">
            <parent column="sentinel_plugin_id" foreignKey="plugin_id_fk" implied="false" onDeleteCascade="false" table="sentinel_plugin"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="plugin_type" nullable="false" remarks="Plugin type" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="tag_name" sequenceNumberInPK="1"/>
         <primaryKey column="plugin_id" sequenceNumberInPK="2"/>
         <index name="tag_plugin_association_pk" unique="true">
            <column ascending="true" name="tag_name"/>
            <column ascending="true" name="plugin_id"/>
         </index>
      </table>
      <table name="tag_plugin_association_v" numRows="0" remarks="Association of plug-ins (such a reports) and tags" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="tag_name" nullable="true" remarks="Name of the tag for plugin association" size="255" type="varchar">
            <parent column="tag_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tags"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="plugin_id" nullable="true" remarks="Id of the plugin" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="2" name="plugin_type" nullable="true" remarks="Plugin type" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="tags" numRows="0" remarks="List of tags" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="tag_name" nullable="false" remarks="Name of the tag (unique and case insensitive)" size="255" type="varchar">
            <child column="tag_name" foreignKey="tag_name_fk" implied="false" onDeleteCascade="false" table="tag_event_source_association"/>
            <child column="tag_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tag_event_source_association_v"/>
            <child column="tag_name" foreignKey="tag_name_fk" implied="false" onDeleteCascade="false" table="tag_event_source_server_association"/>
            <child column="tag_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tag_event_source_server_association_v"/>
            <child column="tag_name" foreignKey="tag_name_fk" implied="false" onDeleteCascade="false" table="tag_event_src_manager_association"/>
            <child column="tag_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tag_event_src_manager_association_v"/>
            <child column="tag_name" foreignKey="tag_global_filter_association_tag_name_pk" implied="false" onDeleteCascade="false" table="tag_global_filter_association"/>
            <child column="tag_name" foreignKey="tag_name_fk" implied="false" onDeleteCascade="false" table="tag_plugin_association"/>
            <child column="tag_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tag_plugin_association_v"/>
            <child column="tag_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tags_v"/>
            <child column="tag_name" foreignKey="user_group_tags_tag_name_fk" implied="false" onDeleteCascade="true" table="user_group_tags"/>
            <child column="tag_name" foreignKey="user_tag_tag_fk" implied="false" onDeleteCascade="true" table="user_tag_state"/>
            <child column="tag_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="user_tag_state_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="tag_description" nullable="true" remarks="Description of the tag" size="1024" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="tag_name" sequenceNumberInPK="1"/>
         <index name="tags_pk" unique="true">
            <column ascending="true" name="tag_name"/>
         </index>
      </table>
      <table name="tags_v" numRows="0" remarks="List of tags" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="tag_name" nullable="true" remarks="Name of the tag (unique and case insensitive)" size="255" type="varchar">
            <parent column="tag_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tags"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="tag_description" nullable="true" remarks="Description of the tag" size="1024" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="target_slms" numRows="0" remarks="The list of distributed search targets configured in this  system." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="slm_id" nullable="false" remarks="Sentinel Log Manager Id" size="2147483647" type="uuid">
            <parent column="slm_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="dist_search_config"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="display_name" nullable="false" remarks="Display name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="network_address" nullable="false" remarks="Network Address" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="port" nullable="true" remarks="Port Number" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="certificate" nullable="false" remarks="Certificate details" size="8192" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="is_enabled" nullable="true" remarks="TRUE indicates Active" size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="slm_id" sequenceNumberInPK="1"/>
         <index name="target_slms_pk" unique="true">
            <column ascending="true" name="slm_id"/>
         </index>
      </table>
      <table name="txnmy_node" numRows="0" remarks="(Deprecated) Data for all of the nodes in the hierarchical  taxonomy tree.  The XDAS taxonomy is now used instead of this data structure." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="node_id" nullable="false" remarks="Taxanomy Node identifier" size="36" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="node_name" nullable="false" remarks="Taxanomy Node name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="node_owner" nullable="false" remarks="Taxanomy Node owner" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="node_desc" nullable="true" remarks="Taxanomy Node description" size="1000" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="node_id" sequenceNumberInPK="1"/>
         <index name="txnmy_node_pk" unique="true">
            <column ascending="true" name="node_id"/>
         </index>
         <index name="txnmy_node_ix1" unique="false">
            <column ascending="true" name="node_owner"/>
            <column ascending="true" name="node_name"/>
         </index>
      </table>
      <table name="unassigned_incidents_rpt_v" numRows="0" remarks="Details of unassigned incidents" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="inc_id" nullable="true" remarks="Incident identifier - sequence number" size="10" type="int4">
            <parent column="inc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="Incident name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="severity" nullable="true" remarks="Incident severity" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="stt_id" nullable="true" remarks="Incident State ID" size="10" type="int4">
            <parent column="stt_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="states"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="severity_rating" nullable="true" remarks="Average of all the event severities that comprise an incident." size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="vulnerability_rating" nullable="true" remarks="Reserved for future use by Novell. Use of this field for any other purpose might result in data being overwritten by future functionality." size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="criticality_rating" nullable="true" remarks="Reserved for future use by Novell. Use of this field for any other purpose might result in data being overwritten by future functionality." size="32" type="varchar"/>
         <column autoUpdated="false" digits="6" id="7" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="8" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="9" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="10" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="11" name="inc_desc" nullable="true" remarks="Incident description" size="4000" type="varchar"/>
         <column autoUpdated="false" digits="0" id="12" name="inc_cat" nullable="true" remarks="Incident category" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="13" name="inc_priority" nullable="true" remarks="Incident priority" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="14" name="inc_res" nullable="true" remarks="Incident resolution" size="4000" type="varchar"/>
      </table>
      <table name="user_group_mappings" numRows="0" remarks="Association between Sentinel users and groups (aka  roles)." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="user_id" nullable="false" remarks="ID of the user" size="10" type="int4">
            <parent column="usr_id" foreignKey="user_group_mappings_user_id_fk" implied="false" onDeleteCascade="true" table="users"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="user_group_id" nullable="false" remarks="ID of the group that the user belonging  to" size="2147483647" type="uuid">
            <parent column="group_id" foreignKey="user_group_mappings_user_group_id_fk" implied="false" onDeleteCascade="true" table="user_groups"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="user_id" sequenceNumberInPK="1"/>
         <primaryKey column="user_group_id" sequenceNumberInPK="2"/>
         <index name="user_group_mappings_pk" unique="true">
            <column ascending="true" name="user_id"/>
            <column ascending="true" name="user_group_id"/>
         </index>
      </table>
      <table name="user_group_permissions" numRows="0" remarks="The permissions granted to a Sentinel group (aka  role)." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="user_group_id" nullable="false" remarks="Reference ID of the user_group table  for which group these permissions are applicable" size="2147483647" type="uuid">
            <parent column="group_id" foreignKey="user_group_permissions_user_group_id_fk" implied="false" onDeleteCascade="true" table="user_groups"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="perm_name" nullable="false" remarks="Permission name coming from Permission  table" size="255" type="varchar">
            <parent column="perm_name" foreignKey="user_group_permissions_perm_name_fk" implied="false" onDeleteCascade="true" table="permissions"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="perm_value" nullable="false" remarks="Indicate whether this permission is true  (selected) or false (not selected)" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="user_group_id" sequenceNumberInPK="1"/>
         <primaryKey column="perm_name" sequenceNumberInPK="2"/>
         <index name="user_group_permissions_pk" unique="true">
            <column ascending="true" name="user_group_id"/>
            <column ascending="true" name="perm_name"/>
         </index>
      </table>
      <table name="user_group_tags" numRows="0" remarks="(Not yet used) The tags associated with a Sentinel group  (aka role)." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="user_group_id" nullable="false" remarks="User group identifier" size="2147483647" type="uuid">
            <parent column="group_id" foreignKey="user_group_tags_user_group_id_fk" implied="false" onDeleteCascade="true" table="user_groups"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="tag_name" nullable="false" remarks="Tag name for the user group" size="255" type="varchar">
            <parent column="tag_name" foreignKey="user_group_tags_tag_name_fk" implied="false" onDeleteCascade="true" table="tags"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="user_group_id" sequenceNumberInPK="1"/>
         <primaryKey column="tag_name" sequenceNumberInPK="2"/>
         <index name="user_group_tags_pk" unique="true">
            <column ascending="true" name="user_group_id"/>
            <column ascending="true" name="tag_name"/>
         </index>
      </table>
      <table name="user_groups" numRows="0" remarks="Sentinel groups (aka roles)." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="group_id" nullable="false" remarks="Unique Identifier for Group of Users" size="2147483647" type="uuid">
            <child column="user_group_id" foreignKey="console_slms_user_group_id_fk" implied="false" onDeleteCascade="false" table="console_slms"/>
            <child column="user_group_id" foreignKey="user_group_mappings_user_group_id_fk" implied="false" onDeleteCascade="true" table="user_group_mappings"/>
            <child column="user_group_id" foreignKey="user_group_permissions_user_group_id_fk" implied="false" onDeleteCascade="true" table="user_group_permissions"/>
            <child column="user_group_id" foreignKey="user_group_tags_user_group_id_fk" implied="false" onDeleteCascade="true" table="user_group_tags"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="group_name" nullable="false" remarks="Name of the group (Role on GUI)" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="group_desc" nullable="true" remarks="Description of the group" size="1024" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="filter" nullable="true" remarks="To see all the data or selected data as a filter" size="4096" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="allow_all_events" nullable="true" remarks="Indicator for allowing all the events" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="is_admin" nullable="true" remarks="True indicates that this group belongs to Admin" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="read_only" nullable="true" remarks="True indicates that the user is end user so no write  privileges are granted" size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="7" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="8" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="9" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="10" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="group_id" sequenceNumberInPK="1"/>
         <index name="user_groups_pk" unique="true">
            <column ascending="true" name="group_id"/>
         </index>
         <index name="user_groups_group_name_key" unique="true">
            <column ascending="true" name="group_name"/>
         </index>
      </table>
      <table name="user_tag_permission_rules" numRows="0" remarks="(Not yet used) Defines the access a Sentinel group  (aka role) has on objects tagged with certain tags." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="rule_id" nullable="false" remarks="Identifier of Tag Permission" size="2147483647" type="uuid">
            <child column="rule_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="corr_rule"/>
            <child column="rule_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="user_tag_permission_rules_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="is_enabled" nullable="false" remarks="TRUE indicates that the permission  rule is enabled" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="2" name="user_musthave_tags" nullable="true" remarks="Tags that the user must have" size="1024" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="user_canhave_tags" nullable="true" remarks="Tags that the user can have" size="1024" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="data_musthave_tags" nullable="true" remarks="Data tags that the user must  have" size="1024" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="data_canhave_tags" nullable="true" remarks="Data tags that the user can  have" size="1024" type="varchar"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="rule_id" sequenceNumberInPK="1"/>
         <index name="rule_id_pk" unique="true">
            <column ascending="true" name="rule_id"/>
         </index>
      </table>
      <table name="user_tag_permission_rules_v" numRows="0" remarks="Defines the access a Sentinel group (aka role) has on objects tagged with certain tags." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="rule_id" nullable="true" remarks="Identifier of Tag Permission" size="2147483647" type="uuid">
            <parent column="rule_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="user_tag_permission_rules"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="is_enabled" nullable="true" remarks="TRUE indicates that the permission rule is enabled" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="2" name="user_musthave_tags" nullable="true" remarks="Tags that the user must have" size="1024" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="user_canhave_tags" nullable="true" remarks="Tags that the user can have" size="1024" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="data_musthave_tags" nullable="true" remarks="Data tags that the user must have" size="1024" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="data_canhave_tags" nullable="true" remarks="Data tags that the user can have" size="1024" type="varchar"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="user_tag_state" numRows="0" remarks="Association of users and tags." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="user_id" nullable="false" remarks="User identifier" size="10" type="int4">
            <parent column="usr_id" foreignKey="user_tag_user_fk" implied="false" onDeleteCascade="true" table="users"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="tag_name" nullable="false" remarks="Name of the tag for User state" size="255" type="varchar">
            <parent column="tag_name" foreignKey="user_tag_tag_fk" implied="false" onDeleteCascade="true" table="tags"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <primaryKey column="user_id" sequenceNumberInPK="1"/>
         <primaryKey column="tag_name" sequenceNumberInPK="2"/>
         <index name="user_tag_pk" unique="true">
            <column ascending="true" name="user_id"/>
            <column ascending="true" name="tag_name"/>
         </index>
      </table>
      <table name="user_tag_state_v" numRows="0" remarks="Association of users and tags." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="user_id" nullable="true" remarks="User identifier" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="tag_name" nullable="true" remarks="Name of the tag for User state" size="255" type="varchar">
            <parent column="tag_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tags"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
      </table>
      <table name="users" numRows="0" remarks="The list of Sentinel users" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="usr_id" nullable="false" remarks="Id of the user 1-Admin" size="10" type="int4">
            <child column="user_id" foreignKey="user_report_state_user_fk" implied="false" onDeleteCascade="true" table="esec_user_report_state"/>
            <child column="user_owner_id" foreignKey="filters_user_owner_id_fk" implied="false" onDeleteCascade="true" table="filters"/>
            <child column="usr_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="md_config"/>
            <child column="user_id" foreignKey="user_group_mappings_user_id_fk" implied="false" onDeleteCascade="true" table="user_group_mappings"/>
            <child column="user_id" foreignKey="user_tag_user_fk" implied="false" onDeleteCascade="true" table="user_tag_state"/>
            <child column="usr_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="users_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="Short name" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="stt_id" nullable="false" remarks="Ref ID of the Status Indicator of the user" size="10" type="int4">
            <parent column="stt_id" foreignKey="usr_stt_fk" implied="false" onDeleteCascade="false" table="states"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="description" nullable="true" remarks="Comments" size="512" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="upper_name" nullable="true" remarks="User's Name in capital letter" size="64" type="varchar"/>
         <column autoUpdated="false" defaultValue="'DATABASE'::character varying" digits="0" id="9" name="auth_source" nullable="true" remarks="Authentication source" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="auth_dn" nullable="true" remarks="Authentication domain" size="256" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="11" name="system_user" nullable="true" remarks="True if the user is system user" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="12" name="given_name" nullable="true" remarks="Entered user name" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="13" name="surname" nullable="true" remarks="Surname of the user" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="14" name="title" nullable="true" remarks="Title of the user" size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="15" name="department" nullable="true" remarks="Department that user belongs to" size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="16" name="phone" nullable="true" remarks="Contact number of the user" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="17" name="email" nullable="true" remarks="Emailid of the user" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="18" name="other" nullable="true" remarks="Any extra information of the user" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="19" name="cell" nullable="true" remarks="Mobile number of the user contact" size="64" type="varchar"/>
         <primaryKey column="usr_id" sequenceNumberInPK="1"/>
         <index name="usr_pk" unique="true">
            <column ascending="true" name="usr_id"/>
         </index>
      </table>
      <table name="users_rpt_v" numRows="0" remarks="The list of Sentinel users" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="usr_id" nullable="true" remarks="Id of the user 1-Admin" size="10" type="int4">
            <parent column="usr_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="users"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="Short name" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="stt_id" nullable="true" remarks="Ref ID of the Status Indicator of the user" size="10" type="int4">
            <parent column="stt_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="states"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="description" nullable="true" remarks="Comments" size="512" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="upper_name" nullable="true" remarks="User's Name in capital letter" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="auth_source" nullable="true" remarks="Authentication source" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="auth_dn" nullable="true" remarks="Authentication domain" size="256" type="varchar"/>
         <column autoUpdated="false" digits="0" id="11" name="system_user" nullable="true" remarks="True if the user is system user" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="12" name="given_name" nullable="true" remarks="Entered user name" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="13" name="surname" nullable="true" remarks="Surname of the user" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="14" name="title" nullable="true" remarks="Title of the user" size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="15" name="department" nullable="true" remarks="Department that user belongs to" size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="16" name="phone" nullable="true" remarks="Contact number of the user" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="17" name="email" nullable="true" remarks="Emailid of the user" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="18" name="other" nullable="true" remarks="Any extra information of the user" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="19" name="cell" nullable="true" remarks="Mobile number of the user contact" size="64" type="varchar"/>
      </table>
      <table name="usr_account" numRows="0" remarks="Accounts associated with a user's identity" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="account_id" nullable="false" remarks="Account identifier" size="19" type="int8">
            <child column="account_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_account_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="usr_name" nullable="false" remarks="User name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="authority" nullable="false" remarks="User Authority, local or LDAP" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="cust_id" nullable="true" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="6" id="4" name="begin_effective_date" nullable="true" remarks="Begin effective date and time" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="end_effective_date" nullable="true" remarks="End effective date and time" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="current_f" nullable="true" remarks="Current flag" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="usr_sts" nullable="true" remarks="User status" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="identity_guid" nullable="true" remarks="Identity identifier" size="2147483647" type="uuid">
            <parent column="identity_guid" foreignKey="fk_usridty_usracct" implied="false" onDeleteCascade="false" table="usr_identity"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="account_guid" nullable="true" remarks="Replaced src_usr_id" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="10" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="11" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="12" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="13" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="account_id" sequenceNumberInPK="1"/>
         <index name="usr_account_pk" unique="true">
            <column ascending="true" name="account_id"/>
         </index>
         <index name="usr_account_ix1" unique="false">
            <column ascending="true" name="usr_name"/>
            <column ascending="true" name="authority"/>
            <column ascending="true" name="current_f"/>
         </index>
         <index name="usr_account_ix2" unique="false">
            <column ascending="true" name="account_guid"/>
         </index>
         <index name="usr_account_uk1" unique="true">
            <column ascending="true" name="usr_name"/>
            <column ascending="true" name="authority"/>
            <column ascending="true" name="begin_effective_date"/>
            <column ascending="true" name="end_effective_date"/>
            <column ascending="true" name="cust_id"/>
         </index>
      </table>
      <table name="usr_account_rpt_v" numRows="0" remarks="Accounts associated with a user's identity" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="account_id" nullable="true" remarks="Account identifier" size="19" type="int8">
            <parent column="account_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_account"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="user_name" nullable="true" remarks="User name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="user_domain" nullable="true" remarks="User Authority, local or LDAP" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="cust_id" nullable="true" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="6" id="4" name="begin_effective_date" nullable="true" remarks="Begin effective date and time" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="end_effective_date" nullable="true" remarks="End effective date and time" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="current_f" nullable="true" remarks="Current flag" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="user_status" nullable="true" remarks="User status" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="identity_guid" nullable="true" remarks="Identity identifier" size="2147483647" type="uuid">
            <parent column="identity_guid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_identity"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="account_guid" nullable="true" remarks="Replaced src_usr_id" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="10" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="11" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="12" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="13" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="usr_account_trust" numRows="0" remarks="Trusts (e.g., roles) associated with a user's identity" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="trust_id" nullable="false" remarks="User Account Trust identifier" size="19" type="int8">
            <child column="trust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_account_trust_assoc"/>
            <child column="trust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_account_trust_history"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="trust_name" nullable="false" remarks="Trust name of the user account" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="authority" nullable="false" remarks="Authority for user account" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="cust_id" nullable="false" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="trust_description" nullable="true" remarks="Trust description of user account" size="1024" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="trust_type_id" nullable="false" remarks="Trust Type identifier of user account" size="10" type="int4">
            <parent column="trust_type_id" foreignKey="fk_trusttype_trust" implied="false" onDeleteCascade="false" table="usr_trust_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="current_state" nullable="true" remarks="Current Status of user account trust" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="src_trust_id" nullable="true" remarks="Source Trust Identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="8" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="10" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="11" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="trust_id" sequenceNumberInPK="1"/>
         <index name="usr_trust_pk" unique="true">
            <column ascending="true" name="trust_id"/>
         </index>
         <index name="usr_account_trust_ix1" unique="false">
            <column ascending="true" name="trust_id"/>
            <column ascending="true" name="trust_type_id"/>
         </index>
         <index name="usr_account_trust_uk1" unique="true">
            <column ascending="true" name="trust_name"/>
            <column ascending="true" name="authority"/>
            <column ascending="true" name="cust_id"/>
         </index>
      </table>
      <table name="usr_account_trust_assoc" numRows="0" remarks="Association between a user's account and trusts" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="trust_id" nullable="false" remarks="Reference to Trust identifier" size="19" type="int8">
            <parent column="trust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_account_trust"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="account_id" nullable="false" remarks="Reference to User Account Identifier" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="account_id" sequenceNumberInPK="1"/>
         <primaryKey column="trust_id" sequenceNumberInPK="2"/>
         <index name="usr_account_trust_assoc_pk" unique="true">
            <column ascending="true" name="account_id"/>
            <column ascending="true" name="trust_id"/>
         </index>
      </table>
      <table name="usr_account_trust_history" numRows="0" remarks="This table keeps track of the association between  a user's account and trusts they were part of in the past (but may not be now)." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="trust_id" nullable="false" remarks="Reference to Trust identifier  History" size="19" type="int8">
            <parent column="trust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_account_trust"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="account_id" nullable="false" remarks="Reference to User Account Identifier" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="6" id="2" name="begin_effective_date" nullable="true" remarks="Begin effective date and  time" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="end_effective_date" nullable="true" remarks="End effective date and time" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <index name="usr_account_trust_history_ix1" unique="false">
            <column ascending="true" name="begin_effective_date"/>
         </index>
      </table>
      <table name="usr_identity" numRows="0" remarks="User's Identity information (for example, synchronized from  Novell Identity Manager or Microsoft Active Directory)" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="identity_guid" nullable="false" remarks="Identity identifier" size="2147483647" type="uuid">
            <child column="identity_guid" foreignKey="fk_usridty_usracct" implied="false" onDeleteCascade="false" table="usr_account"/>
            <child column="identity_guid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_account_rpt_v"/>
            <child column="identity_guid" foreignKey="fk_usridty_extattr" implied="false" onDeleteCascade="false" table="usr_identity_ext_attr"/>
            <child column="identity_guid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_identity_ext_attr_rpt_v"/>
            <child column="identity_guid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_identity_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="dn" nullable="false" remarks="Distinguished name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="cust_id" nullable="true" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="src_identity_id" nullable="true" remarks="Source identity identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="wfid" nullable="true" remarks="Workforce identifier" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="first_name" nullable="true" remarks="First name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="last_name" nullable="true" remarks="Last name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="full_name" nullable="true" remarks="Full name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="job_title" nullable="true" remarks="Job title" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="department_name" nullable="true" remarks="Department Name" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="office_loc_cd" nullable="true" remarks="Office Location Code" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="11" name="primary_email" nullable="true" remarks="Primary e-mail address" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="12" name="primary_phone" nullable="true" remarks="Primary phone number" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="13" name="vault_name" nullable="true" remarks="Identity vault name" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="14" name="mgr_guid" nullable="true" remarks="Manager identity identifier" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="15" name="photo" nullable="true" remarks="Photo" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="16" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="17" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="18" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="19" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="identity_guid" sequenceNumberInPK="1"/>
         <index name="usr_identity_pk" unique="true">
            <column ascending="true" name="identity_guid"/>
         </index>
         <index name="usr_identity_uk1" unique="true">
            <column ascending="true" name="dn"/>
            <column ascending="true" name="vault_name"/>
            <column ascending="true" name="cust_id"/>
         </index>
      </table>
      <table name="usr_identity_ext_attr" numRows="0" remarks="User's extended identity attributes" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="identity_guid" nullable="false" remarks="Identity identifier" size="2147483647" type="uuid">
            <parent column="identity_guid" foreignKey="fk_usridty_extattr" implied="false" onDeleteCascade="false" table="usr_identity"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="attribute_name" nullable="false" remarks="Attribute name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="attribute_value" nullable="true" remarks="Attribute value" size="1024" type="varchar"/>
         <primaryKey column="identity_guid" sequenceNumberInPK="1"/>
         <primaryKey column="attribute_name" sequenceNumberInPK="2"/>
         <index name="usr_identity_ext_attr_pk" unique="true">
            <column ascending="true" name="identity_guid"/>
            <column ascending="true" name="attribute_name"/>
         </index>
      </table>
      <table name="usr_identity_ext_attr_rpt_v" numRows="0" remarks="User's extended identity attributes" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="identity_guid" nullable="true" remarks="Identity identifier" size="2147483647" type="uuid">
            <parent column="identity_guid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_identity"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="attribute_name" nullable="true" remarks="Attribute name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="attribute_value" nullable="true" remarks="Attribute value" size="1024" type="varchar"/>
      </table>
      <table name="usr_identity_rpt_v" numRows="0" remarks="User's Identity information (for example, synchronized from Novell Identity Manager or Microsoft Active Directory)" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="identity_guid" nullable="true" remarks="Identity identifier" size="2147483647" type="uuid">
            <parent column="identity_guid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="usr_identity"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="dn" nullable="true" remarks="Distinguished name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="cust_id" nullable="true" remarks="Customer identifier" size="19" type="int8">
            <parent column="cust_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cust"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="src_identity_id" nullable="true" remarks="Source identity identifier" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="wfid" nullable="true" remarks="Workforce identifier" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="first_name" nullable="true" remarks="First name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="last_name" nullable="true" remarks="Last name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="full_name" nullable="true" remarks="Full name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="job_title" nullable="true" remarks="Job title" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="department_name" nullable="true" remarks="Department Name" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="office_loc_cd" nullable="true" remarks="Office Location Code" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="11" name="primary_email" nullable="true" remarks="Primary e-mail address" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="12" name="primary_phone" nullable="true" remarks="Primary phone number" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="13" name="vault_name" nullable="true" remarks="Identity vault name" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="14" name="mgr_guid" nullable="true" remarks="Manager identity identifier" size="2147483647" type="uuid"/>
         <column autoUpdated="false" digits="0" id="15" name="photo" nullable="true" remarks="Photo" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="16" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="17" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="18" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="19" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="usr_trust_type" numRows="0" remarks="Table of trust types." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="trust_type_id" nullable="false" remarks="Trust Type Identifier" size="10" type="int4">
            <child column="trust_type_id" foreignKey="fk_trusttype_trust" implied="false" onDeleteCascade="false" table="usr_account_trust"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="trust_type_name" nullable="false" remarks="Trust type name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <primaryKey column="trust_type_id" sequenceNumberInPK="1"/>
         <index name="usr_trust_type_pk" unique="true">
            <column ascending="true" name="trust_type_id"/>
         </index>
      </table>
      <table name="vendor_rpt_v" numRows="0" remarks="Asset product vendor information" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="vendor_id" nullable="true" remarks="Vendor identifier" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="vendor_name" nullable="true" remarks="Vendor name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="vndr" numRows="0" remarks="Asset product vendor information" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="vndr_id" nullable="false" remarks="Vendor identifier" size="19" type="int8">
            <child column="vndr_id" foreignKey="prdt_fk1" implied="false" onDeleteCascade="false" table="prdt"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="vndr_name" nullable="false" remarks="Vendor name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="vndr_id" sequenceNumberInPK="1"/>
         <index name="vndr_pk" unique="true">
            <column ascending="true" name="vndr_id"/>
         </index>
         <index name="vndr_ak1" unique="true">
            <column ascending="true" name="vndr_name"/>
         </index>
      </table>
      <table name="vuln" numRows="0" remarks="Vulnerability details" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="vuln_id" nullable="false" remarks="Vulnerability identifier" size="2147483647" type="uuid">
            <child column="vuln_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents_vuln"/>
            <child column="vuln_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="incidents_vuln_rpt_v"/>
            <child column="vuln_id" foreignKey="vuln_vuln_code_fk" implied="false" onDeleteCascade="false" table="vuln_code"/>
            <child column="vuln_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_code_rpt_v"/>
            <child column="vuln_id" foreignKey="vuln_vuln_info_fk" implied="false" onDeleteCascade="false" table="vuln_info"/>
            <child column="vuln_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_info_rpt_v"/>
            <child column="vuln_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_rpt_v"/>
            <child column="vuln_id" foreignKey="vuln_vuln_scan_vuln_fk" implied="false" onDeleteCascade="false" table="vuln_scan_vuln"/>
            <child column="vuln_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_scan_vuln_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="rsrc_id" nullable="false" remarks="Resource identifier" size="2147483647" type="uuid">
            <parent column="rsrc_id" foreignKey="vuln_rsrc_vuln_fk" implied="false" onDeleteCascade="false" table="vuln_rsrc"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="port_name" nullable="true" remarks="Port Name" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="port_number" nullable="true" remarks="Port Number" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="network_protocol" nullable="true" remarks="Network Protocol" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="application_protocol" nullable="true" remarks="Application Protocol" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="assigned_vuln_severity" nullable="true" remarks="Vulnerability Severity assigned" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="computed_vuln_severity" nullable="true" remarks="Vulnerability Severity computed" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="vuln_description" nullable="true" remarks="Vulnerability description" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="vuln_solution" nullable="true" remarks="Vulnerability solution" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="vuln_summary" nullable="true" remarks="Vulnerability summary" size="1000" type="varchar"/>
         <column autoUpdated="false" digits="6" id="11" name="begin_effective_date" nullable="true" remarks="Date from which the entry is valid" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="12" name="end_effective_date" nullable="true" remarks="Date until which the entry is valid" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="13" name="detected_os" nullable="true" remarks="Operating system of scanned machine" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="14" name="detected_os_version" nullable="true" remarks="Operating system version of scanned machine" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="15" name="scanned_app" nullable="true" remarks="Application scanned for vulnerability" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="16" name="scanned_app_version" nullable="true" remarks="Version of Application scanned for vulnerability" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="17" name="vuln_user_name" nullable="true" remarks="Username used by scanner" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="18" name="vuln_user_domain" nullable="true" remarks="Domain of user used by scanned" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="19" name="vuln_taxonomy" nullable="true" remarks="Vulnerability Taxanomy" size="1000" type="varchar"/>
         <column autoUpdated="false" digits="0" id="20" name="scanner_classification" nullable="true" remarks="Scanner classification" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="21" name="vuln_name" nullable="true" remarks="Vulnerability Name" size="300" type="varchar"/>
         <column autoUpdated="false" digits="0" id="22" name="vuln_module" nullable="true" remarks="Vulnerability Module" size="64" type="varchar"/>
         <column autoUpdated="false" digits="6" id="23" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="24" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="25" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="26" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="vuln_id" sequenceNumberInPK="1"/>
         <index name="vuln_pk" unique="true">
            <column ascending="true" name="vuln_id"/>
         </index>
         <index name="vuln_end_begin_eff_date_idx" unique="false">
            <column ascending="true" name="end_effective_date"/>
            <column ascending="true" name="begin_effective_date"/>
         </index>
         <index name="vuln_port_protocol_rsrc_idx" unique="false">
            <column ascending="true" name="port_number"/>
            <column ascending="true" name="network_protocol"/>
            <column ascending="true" name="rsrc_id"/>
         </index>
         <index name="vuln_rsrc_id_idx" unique="false">
            <column ascending="true" name="rsrc_id"/>
         </index>
      </table>
      <table name="vuln_calc_severity_rpt_v" numRows="0" remarks="Contains each resource (e.g., a host) scanned by a particular scanner and vulnerabilities" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="rsrc_id" nullable="true" remarks="Resource identifier" size="2147483647" type="uuid">
            <parent column="rsrc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_rsrc"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ip" nullable="true" remarks="IP address" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="host_name" nullable="true" remarks="Host name" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="criticality" nullable="true" remarks="Criticality" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="assigned_vuln_severity" nullable="true" remarks="Vulnerability Severity assigned" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="vuln_count" nullable="true" remarks="Vulnerability count" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="6" name="calc_severity" nullable="true" remarks="Severity calculation" size="131089" type="numeric"/>
      </table>
      <table name="vuln_code" numRows="0" remarks="Industry Standard assigned Vulnerability Codes" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="vuln_code_id" nullable="false" remarks="Vulnerability code identifier" size="2147483647" type="uuid">
            <child column="vuln_code_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_code_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="vuln_id" nullable="false" remarks="Vulnerability identifier" size="2147483647" type="uuid">
            <parent column="vuln_id" foreignKey="vuln_vuln_code_fk" implied="false" onDeleteCascade="false" table="vuln"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="vuln_code_type" nullable="true" remarks="Vulnerability code type" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="vuln_code_value" nullable="true" remarks="Vulnerability code value" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="url" nullable="true" remarks="Web URL" size="512" type="varchar"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="vuln_code_id" sequenceNumberInPK="1"/>
         <index name="vuln_code_pk" unique="true">
            <column ascending="true" name="vuln_code_id"/>
         </index>
         <index name="vuln_code_vuln_id_idx" unique="false">
            <column ascending="true" name="vuln_id"/>
         </index>
      </table>
      <table name="vuln_code_rpt_v" numRows="0" remarks="Industry Standard assigned Vulnerability Codes" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="vuln_code_id" nullable="true" remarks="Vulnerability code identifier" size="2147483647" type="uuid">
            <parent column="vuln_code_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_code"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="vuln_id" nullable="true" remarks="Vulnerability identifier" size="2147483647" type="uuid">
            <parent column="vuln_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="vuln_code_type" nullable="true" remarks="Vulnerability code type" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="vuln_code_value" nullable="true" remarks="Vulnerability code value" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="url" nullable="true" remarks="Web URL" size="512" type="varchar"/>
         <column autoUpdated="false" digits="6" id="5" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="7" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="vuln_info" numRows="0" remarks="Additional information reported during scan" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="vuln_info_id" nullable="false" remarks="Vulnerability info identifier" size="2147483647" type="uuid">
            <child column="vuln_info_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_info_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="vuln_id" nullable="false" remarks="Vulnerability identifier" size="2147483647" type="uuid">
            <parent column="vuln_id" foreignKey="vuln_vuln_info_fk" implied="false" onDeleteCascade="false" table="vuln"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="vuln_info_type" nullable="true" remarks="Vulnerability info type" size="36" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="vuln_info_value" nullable="true" remarks="Vulnerability info value" size="2000" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="vuln_info_id" sequenceNumberInPK="1"/>
         <index name="vuln_info_pk" unique="true">
            <column ascending="true" name="vuln_info_id"/>
         </index>
         <index name="vuln_info_vuln_id_idx" unique="false">
            <column ascending="true" name="vuln_id"/>
         </index>
      </table>
      <table name="vuln_info_rpt_v" numRows="0" remarks="Additional information reported during scan" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="vuln_info_id" nullable="true" remarks="Vulnerability info identifier" size="2147483647" type="uuid">
            <parent column="vuln_info_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_info"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="vuln_id" nullable="true" remarks="Vulnerability identifier" size="2147483647" type="uuid">
            <parent column="vuln_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="vuln_info_type" nullable="true" remarks="Vulnerability info type" size="36" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="vuln_info_value" nullable="true" remarks="Vulnerability info value" size="2000" type="varchar"/>
         <column autoUpdated="false" digits="6" id="4" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="6" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="vuln_rpt_v" numRows="0" remarks="Vulnerability details" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="vuln_id" nullable="true" remarks="Vulnerability identifier" size="2147483647" type="uuid">
            <parent column="vuln_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="rsrc_id" nullable="true" remarks="Resource identifier" size="2147483647" type="uuid">
            <parent column="rsrc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_rsrc"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="port_name" nullable="true" remarks="Port Name" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="port_number" nullable="true" remarks="Port Number" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="network_protocol" nullable="true" remarks="Network Protocol" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="application_protocol" nullable="true" remarks="Application Protocol" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="assigned_vuln_severity" nullable="true" remarks="Vulnerability Severity assigned" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="computed_vuln_severity" nullable="true" remarks="Vulnerability Severity computed" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="vuln_description" nullable="true" remarks="Vulnerability description" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="vuln_solution" nullable="true" remarks="Vulnerability solution" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="vuln_summary" nullable="true" remarks="Vulnerability summary" size="1000" type="varchar"/>
         <column autoUpdated="false" digits="6" id="11" name="begin_effective_date" nullable="true" remarks="Date from which the entry is valid" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="12" name="end_effective_date" nullable="true" remarks="Date until which the entry is valid" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="13" name="detected_os" nullable="true" remarks="Operating system of scanned machine" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="14" name="detected_os_version" nullable="true" remarks="Operating system version of scanned machine" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="15" name="scanned_app" nullable="true" remarks="Application scanned for vulnerability" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="16" name="scanned_app_version" nullable="true" remarks="Version of Application scanned for vulnerability" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="17" name="vuln_user_name" nullable="true" remarks="Username used by scanner" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="18" name="vuln_user_domain" nullable="true" remarks="Domain of user used by scanned" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="19" name="vuln_taxonomy" nullable="true" remarks="Vulnerability Taxanomy" size="1000" type="varchar"/>
         <column autoUpdated="false" digits="0" id="20" name="scanner_classification" nullable="true" remarks="Scanner classification" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="21" name="vuln_name" nullable="true" remarks="Vulnerability Name" size="300" type="varchar"/>
         <column autoUpdated="false" digits="0" id="22" name="vuln_module" nullable="true" remarks="Vulnerability Module" size="64" type="varchar"/>
         <column autoUpdated="false" digits="6" id="23" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="24" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="25" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="26" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="vuln_rsrc" numRows="0" remarks="Contains each resource (e.g., a host) scanned by a particular  scanner" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="rsrc_id" nullable="false" remarks="Resource identifier" size="2147483647" type="uuid">
            <child column="rsrc_id" foreignKey="vuln_rsrc_vuln_fk" implied="false" onDeleteCascade="false" table="vuln"/>
            <child column="rsrc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_calc_severity_rpt_v"/>
            <child column="rsrc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_rpt_v"/>
            <child column="rsrc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_rsrc_rpt_v"/>
            <child column="rsrc_id" foreignKey="vuln_rsrc_vuln_rsrc_scan_fk" implied="false" onDeleteCascade="false" table="vuln_rsrc_scan"/>
            <child column="rsrc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_rsrc_scan_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="scanner_id" nullable="false" remarks="Scanner identifier" size="2147483647" type="uuid">
            <parent column="scanner_id" foreignKey="vuln_scanner_vuln_rsrc_fk" implied="false" onDeleteCascade="false" table="vuln_scanner"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ip" nullable="false" remarks="IP address" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="host_name" nullable="true" remarks="Host name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="location" nullable="true" remarks="Location identifier" size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="department" nullable="true" remarks="Department Name" size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="business_system" nullable="true" remarks="Business System" size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="operational_environment" nullable="true" remarks="Operational environment" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="criticality" nullable="true" remarks="Criticality" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="regulation" nullable="true" remarks="Regulation" size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="regulation_rating" nullable="true" remarks="Regulation rating" size="64" type="varchar"/>
         <column autoUpdated="false" digits="6" id="11" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="12" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="13" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="14" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="rsrc_id" sequenceNumberInPK="1"/>
         <index name="vuln_rsrc_pk" unique="true">
            <column ascending="true" name="rsrc_id"/>
         </index>
         <index name="vuln_rsrc_criticality_idx" unique="false">
            <column ascending="true" name="criticality"/>
         </index>
         <index name="vuln_rsrc_department_idx" unique="false">
            <column ascending="true" name="department"/>
         </index>
         <index name="vuln_rsrc_host_name" unique="false">
            <column ascending="true" name="host_name"/>
         </index>
         <index name="vuln_rsrc_ip_idx" unique="false">
            <column ascending="true" name="ip"/>
         </index>
         <index name="vuln_rsrc_location_idx" unique="false">
            <column ascending="true" name="location"/>
         </index>
         <index name="vuln_rsrc_op_env_idx" unique="false">
            <column ascending="true" name="operational_environment"/>
         </index>
         <index name="vuln_rsrc_regulation_idx" unique="false">
            <column ascending="true" name="regulation"/>
         </index>
         <index name="vuln_rsrc_scanner_id_idx" unique="false">
            <column ascending="true" name="scanner_id"/>
         </index>
      </table>
      <table name="vuln_rsrc_rpt_v" numRows="0" remarks="Contains each resource (e.g., a host) scanned by a particular scanner" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="rsrc_id" nullable="true" remarks="Resource identifier" size="2147483647" type="uuid">
            <parent column="rsrc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_rsrc"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="scanner_id" nullable="true" remarks="Scanner identifier" size="2147483647" type="uuid">
            <parent column="scanner_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_scanner"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ip" nullable="true" remarks="IP address" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="host_name" nullable="true" remarks="Host name" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="location" nullable="true" remarks="Location identifier" size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="department" nullable="true" remarks="Department Name" size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="business_system" nullable="true" remarks="Business System" size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="operational_environment" nullable="true" remarks="Operational environment" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="criticality" nullable="true" remarks="Criticality" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="regulation" nullable="true" remarks="Regulation" size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="regulation_rating" nullable="true" remarks="Regulation rating" size="64" type="varchar"/>
         <column autoUpdated="false" digits="6" id="11" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="12" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="13" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="14" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="vuln_rsrc_scan" numRows="0" remarks="Associates which resources were scanned by a particular  scanning operation of a scanner." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="rsrc_id" nullable="false" remarks="Resource identifier" size="2147483647" type="uuid">
            <parent column="rsrc_id" foreignKey="vuln_rsrc_vuln_rsrc_scan_fk" implied="false" onDeleteCascade="false" table="vuln_rsrc"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="scan_id" nullable="false" remarks="Vulnerability scan identifier" size="2147483647" type="uuid">
            <parent column="scan_id" foreignKey="vuln_scan_vuln_rsrc_scan_fk" implied="false" onDeleteCascade="false" table="vuln_scan"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="rsrc_id" sequenceNumberInPK="1"/>
         <primaryKey column="scan_id" sequenceNumberInPK="2"/>
         <index name="vuln_scan_rsrc_pk" unique="true">
            <column ascending="true" name="rsrc_id"/>
            <column ascending="true" name="scan_id"/>
         </index>
         <index name="vuln_scan_rsrc_scan_id_idx" unique="false">
            <column ascending="true" name="scan_id"/>
         </index>
      </table>
      <table name="vuln_rsrc_scan_rpt_v" numRows="0" remarks="Associates which resources were scanned by a particular scanning operation of a scanner." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="rsrc_id" nullable="true" remarks="Resource identifier" size="2147483647" type="uuid">
            <parent column="rsrc_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_rsrc"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="scan_id" nullable="true" remarks="Vulnerability scan identifier" size="2147483647" type="uuid">
            <parent column="scan_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_scan"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="vuln_scan" numRows="0" remarks="A list of each scan operation a scanner performed." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="scan_id" nullable="false" remarks="Vulnerability scan identifier" size="2147483647" type="uuid">
            <child column="scan_id" foreignKey="vuln_scan_vuln_rsrc_scan_fk" implied="false" onDeleteCascade="false" table="vuln_rsrc_scan"/>
            <child column="scan_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_rsrc_scan_rpt_v"/>
            <child column="scan_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_scan_rpt_v"/>
            <child column="scan_id" foreignKey="vuln_scan_vuln_scan_vuln_fk" implied="false" onDeleteCascade="false" table="vuln_scan_vuln"/>
            <child column="scan_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_scan_vuln_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="scanner_id" nullable="false" remarks="Vulnerability scanner identifier" size="2147483647" type="uuid">
            <parent column="scanner_id" foreignKey="vuln_scanner_vuln_scan_fk" implied="false" onDeleteCascade="false" table="vuln_scanner"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="scan_type" nullable="true" remarks="Vulnerability scan type" size="10" type="varchar"/>
         <column autoUpdated="false" digits="6" id="3" name="scan_start_date" nullable="true" remarks="Scan start date" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="scan_end_date" nullable="true" remarks="Scan end date" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="consolidation_server" nullable="true" remarks="Consolidation server" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="load_status" nullable="true" remarks="Vulnerability Load status" size="64" type="varchar"/>
         <column autoUpdated="false" digits="6" id="7" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="8" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="9" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="10" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="scan_id" sequenceNumberInPK="1"/>
         <index name="vuln_scan_pk" unique="true">
            <column ascending="true" name="scan_id"/>
         </index>
         <index name="vuln_scan_scanner_id_idx" unique="false">
            <column ascending="true" name="scanner_id"/>
         </index>
      </table>
      <table name="vuln_scan_rpt_v" numRows="0" remarks="A list of each scan operation a scanner performed." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="scan_id" nullable="true" remarks="Vulnerability scan identifier" size="2147483647" type="uuid">
            <parent column="scan_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_scan"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="scanner_id" nullable="true" remarks="Vulnerability scanner identifier" size="2147483647" type="uuid">
            <parent column="scanner_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_scanner"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="scan_type" nullable="true" remarks="Vulnerability scan type" size="10" type="varchar"/>
         <column autoUpdated="false" digits="6" id="3" name="scan_start_date" nullable="true" remarks="Scan start date" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="scan_end_date" nullable="true" remarks="Scan end date" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="consolidation_server" nullable="true" remarks="Consolidation server" size="64" type="varchar"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="vuln_scan_vuln" numRows="0" remarks="Associates which vulnerabilities were found during a  particular scan operation." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="scan_id" nullable="false" remarks="Vulnerability scan identifier" size="2147483647" type="uuid">
            <parent column="scan_id" foreignKey="vuln_scan_vuln_scan_vuln_fk" implied="false" onDeleteCascade="false" table="vuln_scan"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="vuln_id" nullable="false" remarks="Vulnerability identifier" size="2147483647" type="uuid">
            <parent column="vuln_id" foreignKey="vuln_vuln_scan_vuln_fk" implied="false" onDeleteCascade="false" table="vuln"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="scan_id" sequenceNumberInPK="1"/>
         <primaryKey column="vuln_id" sequenceNumberInPK="2"/>
         <index name="vuln_scan_vuln_pk" unique="true">
            <column ascending="true" name="scan_id"/>
            <column ascending="true" name="vuln_id"/>
         </index>
         <index name="vuln_scan_vuln_vuln_id_idx" unique="false">
            <column ascending="true" name="vuln_id"/>
         </index>
      </table>
      <table name="vuln_scan_vuln_rpt_v" numRows="0" remarks="Associates which vulnerabilities were found during a particular scan operation." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="scan_id" nullable="true" remarks="Vulnerability scan identifier" size="2147483647" type="uuid">
            <parent column="scan_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_scan"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="vuln_id" nullable="true" remarks="Vulnerability identifier" size="2147483647" type="uuid">
            <parent column="vuln_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln"/>
         </column>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="vuln_scanner" numRows="0" remarks="The list of vulnerability scanners whose data was uploaded into  the system." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="scanner_id" nullable="false" remarks="Vulnerability scanner identifier" size="2147483647" type="uuid">
            <child column="scanner_id" foreignKey="vuln_scanner_vuln_rsrc_fk" implied="false" onDeleteCascade="false" table="vuln_rsrc"/>
            <child column="scanner_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_rsrc_rpt_v"/>
            <child column="scanner_id" foreignKey="vuln_scanner_vuln_scan_fk" implied="false" onDeleteCascade="false" table="vuln_scan"/>
            <child column="scanner_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_scan_rpt_v"/>
            <child column="scanner_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_scanner_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="product_name" nullable="true" remarks="Product Name" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="product_version" nullable="true" remarks="Product Version" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="scanner_type" nullable="true" remarks="Vulnerability Scanner Type" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="vendor" nullable="true" remarks="Vendor" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="scanner_instance" nullable="true" remarks="Scanner Instance" size="64" type="varchar"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="false" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="false" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="scanner_id" sequenceNumberInPK="1"/>
         <index name="vuln_scanner_pk" unique="true">
            <column ascending="true" name="scanner_id"/>
         </index>
         <index name="vuln_scanner_prod_name_idx" unique="false">
            <column ascending="true" name="product_name"/>
         </index>
         <index name="vuln_scanner_scanner_inst_idx" unique="false">
            <column ascending="true" name="scanner_instance"/>
         </index>
      </table>
      <table name="vuln_scanner_rpt_v" numRows="0" remarks="The list of vulnerability scanners whose data was uploaded into the system." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="scanner_id" nullable="true" remarks="Vulnerability scanner identifier" size="2147483647" type="uuid">
            <parent column="scanner_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vuln_scanner"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="product_name" nullable="true" remarks="Product Name" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="product_version" nullable="true" remarks="Product Version" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="scanner_type" nullable="true" remarks="Vulnerability Scanner Type" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="vendor" nullable="true" remarks="Vendor" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="scanner_instance" nullable="true" remarks="Scanner Instance" size="64" type="varchar"/>
         <column autoUpdated="false" digits="6" id="6" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="8" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="workflow_def" numRows="0" remarks="The iTRAC workflow templates." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pkg_name" nullable="false" remarks="Package name" size="255" type="varchar">
            <child column="pkg_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="workflow_def_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="pkg_data" nullable="true" remarks="Package data" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="pkg_name" sequenceNumberInPK="1"/>
         <index name="workflow_def_pk" unique="true">
            <column ascending="true" name="pkg_name"/>
         </index>
      </table>
      <table name="workflow_def_rpt_v" numRows="0" remarks="The iTRAC workflow templates." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="pkg_name" nullable="true" remarks="Package name" size="255" type="varchar">
            <parent column="pkg_name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="workflow_def"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="pkg_data" nullable="true" remarks="Package data" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="2" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="3" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="4" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
      <table name="workflow_info" numRows="0" remarks="Associates iTRAC workflow templates with instances of workflow processes." schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="info_id" nullable="false" remarks="Info identifier" size="19" type="int8">
            <child column="info_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="workflow_info_rpt_v"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="process_def_id" nullable="true" remarks="Process definition identifier" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="process_instance_id" nullable="true" remarks="Process instance identifier" size="150" type="varchar"/>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
         <primaryKey column="info_id" sequenceNumberInPK="1"/>
         <index name="workflow_info_pk" unique="true">
            <column ascending="true" name="info_id"/>
         </index>
      </table>
      <table name="workflow_info_rpt_v" numRows="0" remarks="Associates iTRAC workflow templates with instances of workflow processes." schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="info_id" nullable="true" remarks="Info identifier" size="19" type="int8">
            <parent column="info_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="workflow_info"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="process_def_id" nullable="true" remarks="Process definition identifier" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="process_instance_id" nullable="true" remarks="Process instance identifier" size="150" type="varchar"/>
         <column autoUpdated="false" digits="6" id="3" name="date_created" nullable="true" remarks="Date the entry was created" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="4" name="date_modified" nullable="true" remarks="Date the entry was modified" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="5" name="created_by" nullable="true" remarks="User who created object" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="modified_by" nullable="true" remarks="User who last modified object" size="10" type="int4"/>
      </table>
   </tables>
</database>
