<?xml version="1.0" encoding="UTF-8"?><database name="applyrhythm" schema="public" type="PostgreSQL - 18.4 (Ubuntu 18.4-1.pgdg24.04+1)">
   <sequences>
      <sequence increment="1" name="applications_id_seq" startValue="1"/>
      <sequence increment="1" name="gate_events_id_seq" startValue="1"/>
   </sequences>
   <tables>
      <table name="adapters" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="ats_kind" nullable="false" remarks="" size="2147483647" type="text" typeCode="12">
            <child column="ats_kind" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" schema="public" table="applications"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="mode" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="'{}'::jsonb" digits="0" id="2" name="config" nullable="false" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="enabled" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="4" name="verified_at" nullable="true" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="notes" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="6" name="last_ok_at" nullable="true" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="last_error" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="ats_kind" sequenceNumberInPK="1"/>
         <index name="adapters_pkey" unique="true">
            <column ascending="true" name="ats_kind"/>
         </index>
      </table>
      <table name="applications" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('applications_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="19" type="bigserial" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="job_id" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="business_id" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="render_id" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="'other'::text" digits="0" id="4" name="ats_kind" nullable="false" remarks="" size="2147483647" type="text" typeCode="12">
            <parent column="ats_kind" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" schema="public" table="adapters"/>
         </column>
         <column autoUpdated="false" defaultValue="'form'::text" digits="0" id="5" name="adapter" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="6" name="gate_score" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="7" name="gate_threshold" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="gate_basis" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="'gated'::text" digits="0" id="9" name="status" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="10" name="consent" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="'default'::text" digits="0" id="11" name="user_key" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="resume_bytes" nullable="true" remarks="" size="2147483647" type="bytea" typeCode="-2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="resume_sha256" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="request_payload" nullable="true" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="portal_response" nullable="true" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="confirmation_id" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="error" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="18" name="forced" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="19" name="submitted_at" nullable="true" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="20" name="created_at" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="applications_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="idx_applications_business" unique="false">
            <column ascending="true" name="business_id"/>
         </index>
         <index name="idx_applications_job" unique="false">
            <column ascending="true" name="job_id"/>
         </index>
         <index name="idx_applications_status" unique="false">
            <column ascending="true" name="status"/>
         </index>
         <index name="uniq_submitted_per_role" unique="true">
            <column ascending="true" name="business_id"/>
            <column ascending="true" name="job_id"/>
         </index>
      </table>
      <table name="gate_events" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('gate_events_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="19" type="bigserial" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="application_id" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="job_id" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="render_id" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="4" name="score" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="5" name="threshold" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="passed" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="basis" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="missing_keywords" nullable="true" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="9" name="created_at" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="gate_events_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="idx_gate_events_job" unique="false">
            <column ascending="true" name="job_id"/>
            <column ascending="false" name="created_at"/>
         </index>
      </table>
   </tables>
</database>
