<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="folio" schema="folio_notify" type="PostgreSQL - 14.2">
   <tables>
      <table name="notify_data" remarks="" schema="folio_notify" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="__id" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="1" name="__cf" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="2" name="__start" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="__source" nullable="false" remarks="" size="63" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="4" name="__origin" nullable="false" remarks="" size="63" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="jsonb" nullable="true" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="7" name="creation_date" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="created_by" nullable="true" remarks="" size="36" type="varchar" typeCode="12"/>
         <primaryKey column="__id" sequenceNumberInPK="1"/>
         <index name="notify_data_pkey" unique="true">
            <column ascending="true" name="__id"/>
         </index>
         <index name="notify_data___origin_idx" unique="false">
            <column ascending="true" name="__origin"/>
         </index>
         <index name="notify_data___source_idx" unique="false">
            <column ascending="true" name="__source"/>
         </index>
         <index name="notify_data___start_idx" unique="false">
            <column ascending="true" name="__start"/>
         </index>
         <index name="notify_data_created_by_idx" unique="false">
            <column ascending="true" name="created_by"/>
         </index>
         <index name="notify_data_creation_date_idx" unique="false">
            <column ascending="true" name="creation_date"/>
         </index>
         <index name="notify_data_id_idx" unique="false">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="notify_data__t" remarks="" schema="folio_notify" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="__id" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="1" name="__cf" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="2" name="__start" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="__source" nullable="false" remarks="" size="63" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="4" name="__origin" nullable="false" remarks="" size="63" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="seen" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="text" nullable="true" remarks="" size="1" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="recipient_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="notify_data__t_recipient_id_fkey" implied="false" onDeleteCascade="false" schema="folio_users" table="users__t"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="event_config_name" nullable="true" remarks="" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="lang" nullable="true" remarks="" size="2" type="varchar" typeCode="12"/>
         <primaryKey column="__id" sequenceNumberInPK="1"/>
         <index name="notify_data__t_pkey" unique="true">
            <column ascending="true" name="__id"/>
         </index>
         <index name="notify_data__t___origin_idx" unique="false">
            <column ascending="true" name="__origin"/>
         </index>
         <index name="notify_data__t___source_idx" unique="false">
            <column ascending="true" name="__source"/>
         </index>
         <index name="notify_data__t___start_idx" unique="false">
            <column ascending="true" name="__start"/>
         </index>
         <index name="notify_data__t_event_config_name_idx" unique="false">
            <column ascending="true" name="event_config_name"/>
         </index>
         <index name="notify_data__t_id_idx" unique="false">
            <column ascending="true" name="id"/>
         </index>
         <index name="notify_data__t_lang_idx" unique="false">
            <column ascending="true" name="lang"/>
         </index>
         <index name="notify_data__t_recipient_id_idx" unique="false">
            <column ascending="true" name="recipient_id"/>
         </index>
         <index name="notify_data__t_seen_idx" unique="false">
            <column ascending="true" name="seen"/>
         </index>
         <index name="notify_data__t_text_idx" unique="false">
            <column ascending="true" name="text"/>
         </index>
      </table>
   </tables>
</database>
