<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="folio" schema="folio_email" type="PostgreSQL - 14.2">
   <tables>
      <table name="email_statistics" remarks="" schema="folio_email" 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="email_statistics_pkey" unique="true">
            <column ascending="true" name="__id"/>
         </index>
         <index name="email_statistics___origin_idx" unique="false">
            <column ascending="true" name="__origin"/>
         </index>
         <index name="email_statistics___source_idx" unique="false">
            <column ascending="true" name="__source"/>
         </index>
         <index name="email_statistics___start_idx" unique="false">
            <column ascending="true" name="__start"/>
         </index>
         <index name="email_statistics_created_by_idx" unique="false">
            <column ascending="true" name="created_by"/>
         </index>
         <index name="email_statistics_creation_date_idx" unique="false">
            <column ascending="true" name="creation_date"/>
         </index>
         <index name="email_statistics_id_idx" unique="false">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="email_statistics__t" remarks="" schema="folio_email" 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="body" nullable="true" remarks="" size="69710" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="header" nullable="true" remarks="" size="72" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="status" nullable="true" remarks="" size="9" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="delivery_channel" nullable="true" remarks="" size="5" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="output_format" nullable="true" remarks="" size="9" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="notification_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="to" nullable="true" remarks="" size="35" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="13" name="date" nullable="true" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="message" nullable="true" remarks="" size="156" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="from" nullable="true" remarks="" size="32" type="varchar" typeCode="12"/>
         <primaryKey column="__id" sequenceNumberInPK="1"/>
         <index name="email_statistics__t_pkey" unique="true">
            <column ascending="true" name="__id"/>
         </index>
         <index name="email_statistics__t___origin_idx" unique="false">
            <column ascending="true" name="__origin"/>
         </index>
         <index name="email_statistics__t___source_idx" unique="false">
            <column ascending="true" name="__source"/>
         </index>
         <index name="email_statistics__t___start_idx" unique="false">
            <column ascending="true" name="__start"/>
         </index>
         <index name="email_statistics__t_date_idx" unique="false">
            <column ascending="true" name="date"/>
         </index>
         <index name="email_statistics__t_delivery_channel_idx" unique="false">
            <column ascending="true" name="delivery_channel"/>
         </index>
         <index name="email_statistics__t_from_idx" unique="false">
            <column ascending="true" name="from"/>
         </index>
         <index name="email_statistics__t_header_idx" unique="false">
            <column ascending="true" name="header"/>
         </index>
         <index name="email_statistics__t_id_idx" unique="false">
            <column ascending="true" name="id"/>
         </index>
         <index name="email_statistics__t_message_idx" unique="false">
            <column ascending="true" name="message"/>
         </index>
         <index name="email_statistics__t_notification_id_idx" unique="false">
            <column ascending="true" name="notification_id"/>
         </index>
         <index name="email_statistics__t_output_format_idx" unique="false">
            <column ascending="true" name="output_format"/>
         </index>
         <index name="email_statistics__t_status_idx" unique="false">
            <column ascending="true" name="status"/>
         </index>
         <index name="email_statistics__t_to_idx" unique="false">
            <column ascending="true" name="to"/>
         </index>
      </table>
   </tables>
</database>
