<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="fusionauth" schema="public" type="PostgreSQL - 15.8 (Debian 15.8-1.pgdg110+1)">
   <sequences>
      <sequence increment="1" name="audit_logs_id_seq" startValue="1"/>
      <sequence increment="1" name="event_logs_id_seq" startValue="1"/>
      <sequence increment="1" name="form_steps_id_seq" startValue="1"/>
      <sequence increment="1" name="identities_id_seq" startValue="1"/>
      <sequence increment="1" name="raw_application_registration_counts_id_seq" startValue="1"/>
      <sequence increment="1" name="raw_global_registration_counts_id_seq" startValue="1"/>
      <sequence increment="1" name="user_consents_email_plus_id_seq" startValue="1"/>
      <sequence increment="1" name="webhook_event_logs_sequence_seq" startValue="1"/>
   </sequences>
   <tables>
      <table name="application_daily_active_users" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="applications_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="application_daily_active_users_fk_1" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="day" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <index name="application_daily_active_users_uk_1" unique="true">
            <column ascending="true" name="applications_id"/>
            <column ascending="true" name="day"/>
         </index>
      </table>
      <table name="application_monthly_active_users" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="applications_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="application_monthly_active_users_fk_1" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="month" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <index name="application_monthly_active_users_uk_1" unique="true">
            <column ascending="true" name="applications_id"/>
            <column ascending="true" name="month"/>
         </index>
      </table>
      <table name="application_oauth_scopes" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="applications_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="application_oauth_scopes_fk_1" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="application_oauth_scopes_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="application_oauth_scopes_uk_1" unique="true">
            <column ascending="true" name="applications_id"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="application_registration_counts" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="applications_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="application_registration_counts_fk_1" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="decremented_count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="hour" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <index name="application_registration_counts_uk_1" unique="true">
            <column ascending="true" name="applications_id"/>
            <column ascending="true" name="hour"/>
         </index>
      </table>
      <table name="application_roles" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="application_roles_id" foreignKey="group_application_roles_fk_2" implied="false" onDeleteCascade="false" schema="public" table="group_application_roles"/>
            <child column="application_roles_id" foreignKey="user_registrations_application_roles_fk_2" implied="false" onDeleteCascade="false" schema="public" table="user_registrations_application_roles"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="applications_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="application_roles_fk_1" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="description" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="is_default" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="is_super_role" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="application_roles_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="application_roles_uk_1" unique="true">
            <column ascending="true" name="name"/>
            <column ascending="true" name="applications_id"/>
         </index>
      </table>
      <table name="applications" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="applications_id" foreignKey="application_daily_active_users_fk_1" implied="false" onDeleteCascade="false" schema="public" table="application_daily_active_users"/>
            <child column="applications_id" foreignKey="application_monthly_active_users_fk_1" implied="false" onDeleteCascade="false" schema="public" table="application_monthly_active_users"/>
            <child column="applications_id" foreignKey="application_oauth_scopes_fk_1" implied="false" onDeleteCascade="false" schema="public" table="application_oauth_scopes"/>
            <child column="applications_id" foreignKey="application_registration_counts_fk_1" implied="false" onDeleteCascade="false" schema="public" table="application_registration_counts"/>
            <child column="applications_id" foreignKey="application_roles_fk_1" implied="false" onDeleteCascade="false" schema="public" table="application_roles"/>
            <child column="applications_id" foreignKey="clean_speak_applications_fk_1" implied="false" onDeleteCascade="false" schema="public" table="clean_speak_applications"/>
            <child column="applications_id" foreignKey="external_identifiers_fk_2" implied="false" onDeleteCascade="false" schema="public" table="external_identifiers"/>
            <child column="applications_id" foreignKey="hourly_logins_fk_1" implied="false" onDeleteCascade="false" schema="public" table="hourly_logins"/>
            <child column="applications_id" foreignKey="identity_providers_applications_fk_1" implied="false" onDeleteCascade="false" schema="public" table="identity_providers_applications"/>
            <child column="tenant_manager_applications_id" foreignKey="instance_fk_1" implied="false" onDeleteCascade="false" schema="public" table="instance"/>
            <child column="applications_id" foreignKey="raw_logins_fk_1" implied="false" onDeleteCascade="false" schema="public" table="raw_logins"/>
            <child column="applications_id" foreignKey="refresh_tokens_fk_2" implied="false" onDeleteCascade="false" schema="public" table="refresh_tokens"/>
            <child column="applications_id" foreignKey="user_action_logs_applications_fk_1" implied="false" onDeleteCascade="true" schema="public" table="user_action_logs_applications"/>
            <child column="applications_id" foreignKey="user_registrations_fk_1" implied="false" onDeleteCascade="false" schema="public" table="user_registrations"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="access_token_populate_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_3" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="access_token_signing_keys_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_7" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="active" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="admin_registration_forms_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_15" implied="false" onDeleteCascade="false" schema="public" table="forms"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="email_update_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_28" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="email_verification_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_10" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="email_verified_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_23" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="forgot_password_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_11" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="forms_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_9" implied="false" onDeleteCascade="false" schema="public" table="forms"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="id_token_populate_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_4" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="id_token_signing_keys_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_8" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="login_id_in_use_on_create_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_29" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="login_id_in_use_on_update_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_30" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="login_new_device_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_24" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="login_suspicious_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_25" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="multi_factor_email_message_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_19" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="multi_factor_requirement_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_50" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="multi_factor_sms_message_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_20" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="passwordless_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_12" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="password_update_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_31" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="password_reset_success_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_26" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="phone_configuration_forgot_password_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_39" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="phone_configuration_identity_update_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_41" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="phone_configuration_login_id_in_use_on_create_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_42" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="phone_configuration_login_id_in_use_on_update_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_43" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="phone_configuration_login_new_device_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_44" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="31" name="phone_configuration_login_suspicious_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_45" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="32" name="phone_configuration_passwordless_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_36" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="33" name="phone_configuration_password_reset_success_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_46" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="34" name="phone_configuration_password_update_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_47" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="35" name="phone_configuration_set_password_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_40" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="36" name="phone_configuration_two_factor_method_add_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_48" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="37" name="phone_configuration_two_factor_method_remove_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_49" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="38" name="phone_configuration_verification_complete_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_38" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="39" name="phone_configuration_verification_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_37" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="40" name="samlv2_default_verification_keys_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_14" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="41" name="samlv2_issuer" nullable="true" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="42" name="samlv2_keys_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_5" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="43" name="samlv2_logout_keys_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_16" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="44" name="samlv2_logout_default_verification_keys_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_17" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="45" name="samlv2_populate_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_6" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="46" name="samlv2_single_logout_keys_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_18" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="47" name="self_service_registration_validation_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_34" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="48" name="self_service_user_forms_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_21" implied="false" onDeleteCascade="false" schema="public" table="forms"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="49" name="set_password_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_13" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="50" name="tenants_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_2" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="51" name="themes_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_22" implied="false" onDeleteCascade="false" schema="public" table="themes"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="52" name="two_factor_method_add_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_32" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="53" name="two_factor_method_remove_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_33" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="54" name="ui_ip_access_control_lists_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_27" implied="false" onDeleteCascade="false" schema="public" table="ip_access_control_lists"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="55" name="universal" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="56" name="userinfo_populate_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_35" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="57" name="verification_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="applications_fk_1" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="applications_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="applications_i_1" unique="false">
            <column ascending="true" name="tenants_id"/>
         </index>
         <index name="applications_uk_1" unique="true">
            <column ascending="true" name="name"/>
            <column ascending="true" name="tenants_id"/>
         </index>
         <index name="applications_uk_2" unique="true">
            <column ascending="true" name="samlv2_issuer"/>
            <column ascending="true" name="tenants_id"/>
         </index>
      </table>
      <table name="asynchronous_tasks" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="entity_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="nodes_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="asynchronous_tasks_fk_1" implied="false" onDeleteCascade="false" schema="public" table="nodes"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="status" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="type" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="asynchronous_tasks_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="asynchronous_tasks_uk_1" unique="true">
            <column ascending="true" name="entity_id"/>
         </index>
      </table>
      <table name="audit_logs" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('audit_logs_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="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="insert_user" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="message" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="audit_logs_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="audit_logs_i1" unique="false">
            <column ascending="true" name="insert_instant"/>
         </index>
      </table>
      <table name="authentication_keys" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="expiration_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="ip_access_control_lists_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="authentication_keys_fk_2" implied="false" onDeleteCascade="false" schema="public" table="ip_access_control_lists"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="key_format" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="key_manager" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="key_value" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="permissions" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="meta_data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="name" nullable="true" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="tenants_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="authentication_keys_fk_1" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="authentication_keys_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="authentication_keys_uk_1" unique="true">
            <column ascending="true" name="key_value"/>
         </index>
         <index name="authentication_keys_uk_2" unique="true">
            <column ascending="true" name="name"/>
         </index>
         <checkConstraint constraint="(((key_format &lt;&gt; 1) OR (name IS NOT NULL)))" name="authentication_keys_chk_1"/>
      </table>
      <table name="breached_password_metrics" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="tenants_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="breached_password_metrics_fk_1" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="matched_exact_count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="matched_sub_address_count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="matched_common_password_count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="matched_password_count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="passwords_checked_count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <primaryKey column="tenants_id" sequenceNumberInPK="1"/>
         <index name="breached_password_metrics_pkey" unique="true">
            <column ascending="true" name="tenants_id"/>
         </index>
      </table>
      <table name="clean_speak_applications" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="applications_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="clean_speak_applications_fk_1" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="clean_speak_application_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <index name="clean_speak_applications_uk_1" unique="true">
            <column ascending="true" name="applications_id"/>
            <column ascending="true" name="clean_speak_application_id"/>
         </index>
      </table>
      <table name="common_breached_passwords" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="password" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <primaryKey column="password" sequenceNumberInPK="1"/>
         <index name="common_breached_passwords_pkey" unique="true">
            <column ascending="true" name="password"/>
         </index>
      </table>
      <table name="connectors" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="connectors_id" foreignKey="connectors_tenants_fk_1" implied="false" onDeleteCascade="false" schema="public" table="connectors_tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="reconcile_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="connectors_fk_2" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="ssl_certificate_keys_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="connectors_fk_1" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="type" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="connectors_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="connectors_uk_1" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="connectors_tenants" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="connectors_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="connectors_tenants_fk_1" implied="false" onDeleteCascade="false" schema="public" table="connectors"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="sequence" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="tenants_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="connectors_tenants_fk_2" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <primaryKey column="connectors_id" sequenceNumberInPK="1"/>
         <primaryKey column="tenants_id" sequenceNumberInPK="2"/>
         <index name="connectors_tenants_pkey" unique="true">
            <column ascending="true" name="connectors_id"/>
            <column ascending="true" name="tenants_id"/>
         </index>
         <index name="connectors_tenants_uk_1" unique="true">
            <column ascending="true" name="connectors_id"/>
            <column ascending="true" name="tenants_id"/>
            <column ascending="true" name="sequence"/>
         </index>
      </table>
      <table name="consents" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="consents_id" foreignKey="form_fields_fk_1" implied="false" onDeleteCascade="false" schema="public" table="form_fields"/>
            <child column="consents_id" foreignKey="user_consents_fk_1" implied="false" onDeleteCascade="false" schema="public" table="user_consents"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="consent_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="consents_fk_1" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="email_plus_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="consents_fk_2" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="consents_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="consents_uk_1" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="current_usage_stats" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="last_checked_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="last_modified_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="stats" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
      </table>
      <table name="data_sets" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <primaryKey column="name" sequenceNumberInPK="1"/>
         <index name="data_sets_pkey" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="email_templates" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="email_update_email_templates_id" foreignKey="applications_fk_28" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="email_verification_email_templates_id" foreignKey="applications_fk_10" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="email_verified_email_templates_id" foreignKey="applications_fk_23" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="forgot_password_email_templates_id" foreignKey="applications_fk_11" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="login_id_in_use_on_create_email_templates_id" foreignKey="applications_fk_29" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="login_id_in_use_on_update_email_templates_id" foreignKey="applications_fk_30" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="login_new_device_email_templates_id" foreignKey="applications_fk_24" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="login_suspicious_email_templates_id" foreignKey="applications_fk_25" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="multi_factor_email_message_templates_id" foreignKey="applications_fk_19" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="password_reset_success_email_templates_id" foreignKey="applications_fk_26" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="password_update_email_templates_id" foreignKey="applications_fk_31" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="passwordless_email_templates_id" foreignKey="applications_fk_12" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="set_password_email_templates_id" foreignKey="applications_fk_13" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="two_factor_method_add_email_templates_id" foreignKey="applications_fk_32" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="two_factor_method_remove_email_templates_id" foreignKey="applications_fk_33" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="verification_email_templates_id" foreignKey="applications_fk_1" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="consent_email_templates_id" foreignKey="consents_fk_1" implied="false" onDeleteCascade="false" schema="public" table="consents"/>
            <child column="email_plus_email_templates_id" foreignKey="consents_fk_2" implied="false" onDeleteCascade="false" schema="public" table="consents"/>
            <child column="confirm_child_email_templates_id" foreignKey="tenants_fk_5" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="email_update_email_templates_id" foreignKey="tenants_fk_17" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="email_verified_email_templates_id" foreignKey="tenants_fk_18" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="family_request_email_templates_id" foreignKey="tenants_fk_6" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="forgot_password_email_templates_id" foreignKey="tenants_fk_1" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="login_id_in_use_on_create_email_templates_id" foreignKey="tenants_fk_19" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="login_id_in_use_on_update_email_templates_id" foreignKey="tenants_fk_20" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="login_new_device_email_templates_id" foreignKey="tenants_fk_21" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="login_suspicious_email_templates_id" foreignKey="tenants_fk_22" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="multi_factor_email_message_templates_id" foreignKey="tenants_fk_13" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="parent_registration_email_templates_id" foreignKey="tenants_fk_7" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="password_reset_success_email_templates_id" foreignKey="tenants_fk_23" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="password_update_email_templates_id" foreignKey="tenants_fk_24" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="passwordless_email_templates_id" foreignKey="tenants_fk_4" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="set_password_email_templates_id" foreignKey="tenants_fk_2" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="two_factor_method_add_email_templates_id" foreignKey="tenants_fk_25" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="two_factor_method_remove_email_templates_id" foreignKey="tenants_fk_26" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="verification_email_templates_id" foreignKey="tenants_fk_3" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="cancel_email_templates_id" foreignKey="user_actions_fk_1" implied="false" onDeleteCascade="false" schema="public" table="user_actions"/>
            <child column="end_email_templates_id" foreignKey="user_actions_fk_2" implied="false" onDeleteCascade="false" schema="public" table="user_actions"/>
            <child column="modify_email_templates_id" foreignKey="user_actions_fk_3" implied="false" onDeleteCascade="false" schema="public" table="user_actions"/>
            <child column="start_email_templates_id" foreignKey="user_actions_fk_4" implied="false" onDeleteCascade="false" schema="public" table="user_actions"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="default_from_name" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="default_html_template" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="default_subject" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="default_text_template" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="from_email" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="localized_from_names" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="localized_html_templates" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="localized_subjects" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="localized_text_templates" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="email_templates_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="email_templates_uk_1" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="entities" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="parent_id" foreignKey="entities_fk_2" implied="false" onDeleteCascade="true" schema="public" table="entities"/>
            <child column="recipient_id" foreignKey="entity_entity_grants_fk_1" implied="false" onDeleteCascade="true" schema="public" table="entity_entity_grants"/>
            <child column="target_id" foreignKey="entity_entity_grants_fk_2" implied="false" onDeleteCascade="true" schema="public" table="entity_entity_grants"/>
            <child column="entities_id" foreignKey="entity_user_grants_fk_1" implied="false" onDeleteCascade="true" schema="public" table="entity_user_grants"/>
            <child column="entities_id" foreignKey="scim_external_id_groups_fk_1" implied="false" onDeleteCascade="false" schema="public" table="scim_external_id_groups"/>
            <child column="entities_id" foreignKey="scim_external_id_users_fk_1" implied="false" onDeleteCascade="false" schema="public" table="scim_external_id_users"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="client_id" nullable="false" remarks="" size="191" type="varchar" typeCode="12">
            <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" schema="public" table="external_identifiers"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="client_secret" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="entity_types_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="entities_fk_1" implied="false" onDeleteCascade="true" schema="public" table="entity_types"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="name" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="parent_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="entities_fk_2" implied="false" onDeleteCascade="true" schema="public" table="entities"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="tenants_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="entities_fk_3" implied="false" onDeleteCascade="true" schema="public" table="tenants"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="entities_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="entities_uk_1" unique="true">
            <column ascending="true" name="client_id"/>
         </index>
      </table>
      <table name="entity_entity_grant_permissions" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="entity_entity_grants_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="entity_entity_grant_permissions_fk_1" implied="false" onDeleteCascade="true" schema="public" table="entity_entity_grants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="entity_type_permissions_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="entity_entity_grant_permissions_fk_2" implied="false" onDeleteCascade="true" schema="public" table="entity_type_permissions"/>
         </column>
         <index name="entity_entity_grant_permissions_uk_1" unique="true">
            <column ascending="true" name="entity_entity_grants_id"/>
            <column ascending="true" name="entity_type_permissions_id"/>
         </index>
      </table>
      <table name="entity_entity_grants" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="entity_entity_grants_id" foreignKey="entity_entity_grant_permissions_fk_1" implied="false" onDeleteCascade="true" schema="public" table="entity_entity_grant_permissions"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="recipient_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="entity_entity_grants_fk_1" implied="false" onDeleteCascade="true" schema="public" table="entities"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="target_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="entity_entity_grants_fk_2" implied="false" onDeleteCascade="true" schema="public" table="entities"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="entity_entity_grants_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="entity_entity_grants_uk_1" unique="true">
            <column ascending="true" name="recipient_id"/>
            <column ascending="true" name="target_id"/>
         </index>
      </table>
      <table name="entity_type_permissions" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="entity_type_permissions_id" foreignKey="entity_entity_grant_permissions_fk_2" implied="false" onDeleteCascade="true" schema="public" table="entity_entity_grant_permissions"/>
            <child column="entity_type_permissions_id" foreignKey="entity_user_grant_permissions_fk_2" implied="false" onDeleteCascade="true" schema="public" table="entity_user_grant_permissions"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="description" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="entity_types_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="entity_type_permissions_fk_1" implied="false" onDeleteCascade="true" schema="public" table="entity_types"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="is_default" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="entity_type_permissions_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="entity_type_permissions_uk_1" unique="true">
            <column ascending="true" name="entity_types_id"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="entity_types" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="entity_types_id" foreignKey="entities_fk_1" implied="false" onDeleteCascade="true" schema="public" table="entities"/>
            <child column="entity_types_id" foreignKey="entity_type_permissions_fk_1" implied="false" onDeleteCascade="true" schema="public" table="entity_type_permissions"/>
            <child column="scim_client_entity_types_id" foreignKey="tenants_fk_28" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="scim_server_entity_types_id" foreignKey="tenants_fk_33" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="access_token_signing_keys_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="entity_types_fk_1" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="entity_types_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="entity_types_uk_1" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="entity_user_grant_permissions" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="entity_user_grants_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="entity_user_grant_permissions_fk_1" implied="false" onDeleteCascade="true" schema="public" table="entity_user_grants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="entity_type_permissions_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="entity_user_grant_permissions_fk_2" implied="false" onDeleteCascade="true" schema="public" table="entity_type_permissions"/>
         </column>
         <index name="entity_user_grant_permissions_uk_1" unique="true">
            <column ascending="true" name="entity_user_grants_id"/>
            <column ascending="true" name="entity_type_permissions_id"/>
         </index>
      </table>
      <table name="entity_user_grants" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="entity_user_grants_id" foreignKey="entity_user_grant_permissions_fk_1" implied="false" onDeleteCascade="true" schema="public" table="entity_user_grant_permissions"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="entities_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="entity_user_grants_fk_1" implied="false" onDeleteCascade="true" schema="public" table="entities"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="entity_user_grants_fk_2" implied="false" onDeleteCascade="true" schema="public" table="users"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="entity_user_grants_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="entity_user_grants_i_1" unique="false">
            <column ascending="true" name="users_id"/>
         </index>
         <index name="entity_user_grants_uk_1" unique="true">
            <column ascending="true" name="entities_id"/>
            <column ascending="true" name="users_id"/>
         </index>
      </table>
      <table name="event_logs" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('event_logs_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="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="message" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="type" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="event_logs_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="event_logs_i1" unique="false">
            <column ascending="true" name="insert_instant"/>
         </index>
      </table>
      <table name="external_identifiers" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="191" type="varchar" typeCode="12">
            <child column="client_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" schema="public" table="entities"/>
            <child column="identity_providers_user_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" schema="public" table="identity_provider_links"/>
            <child column="request_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" schema="public" table="request_frequencies"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="applications_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="external_identifiers_fk_2" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="expiration_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="tenants_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="external_identifiers_fk_3" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="type" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="users_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="external_identifiers_fk_1" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="external_identifiers_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="external_identifiers_i_1" unique="false">
            <column ascending="true" name="tenants_id"/>
            <column ascending="true" name="type"/>
            <column ascending="true" name="insert_instant"/>
         </index>
         <index name="external_identifiers_i_2" unique="false">
            <column ascending="true" name="type"/>
            <column ascending="true" name="users_id"/>
            <column ascending="true" name="applications_id"/>
         </index>
         <index name="external_identifiers_i_3" unique="false">
            <column ascending="true" name="expiration_instant"/>
         </index>
      </table>
      <table name="families" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="family_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="owner" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="role" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="families_fk_1" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <primaryKey column="family_id" sequenceNumberInPK="1"/>
         <primaryKey column="users_id" sequenceNumberInPK="2"/>
         <index name="families_pkey" unique="true">
            <column ascending="true" name="family_id"/>
            <column ascending="true" name="users_id"/>
         </index>
         <index name="families_i_1" unique="false">
            <column ascending="true" name="users_id"/>
         </index>
      </table>
      <table name="federated_domains" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="identity_providers_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="federated_domains_fk_1" implied="false" onDeleteCascade="false" schema="public" table="identity_providers"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="tenants_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="federated_domains_fk_2" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="domain" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <index name="federated_domains_uk_1" unique="true">
            <column ascending="true" name="tenants_id"/>
            <column ascending="true" name="domain"/>
         </index>
      </table>
      <table name="form_fields" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="form_fields_id" foreignKey="form_steps_fk_2" implied="false" onDeleteCascade="false" schema="public" table="form_steps"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="consents_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="form_fields_fk_1" implied="false" onDeleteCascade="false" schema="public" table="consents"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="form_fields_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="form_fields_uk_1" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="form_steps" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('form_steps_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="form_fields_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="form_steps_fk_2" implied="false" onDeleteCascade="false" schema="public" table="form_fields"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="forms_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="form_steps_fk_1" implied="false" onDeleteCascade="false" schema="public" table="forms"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="sequence" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="step" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="type" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="form_steps_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="form_steps_uk_1" unique="true">
            <column ascending="true" name="forms_id"/>
            <column ascending="true" name="form_fields_id"/>
         </index>
      </table>
      <table name="forms" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="admin_registration_forms_id" foreignKey="applications_fk_15" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="forms_id" foreignKey="applications_fk_9" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="self_service_user_forms_id" foreignKey="applications_fk_21" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="forms_id" foreignKey="form_steps_fk_1" implied="false" onDeleteCascade="false" schema="public" table="form_steps"/>
            <child column="admin_user_forms_id" foreignKey="tenants_fk_12" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="type" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="forms_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="forms_uk_1" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="global_daily_active_users" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="day" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <index name="global_daily_active_users_uk_1" unique="true">
            <column ascending="true" name="day"/>
         </index>
      </table>
      <table name="global_monthly_active_users" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="month" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <index name="global_monthly_active_users_uk_1" unique="true">
            <column ascending="true" name="month"/>
         </index>
      </table>
      <table name="global_registration_counts" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="decremented_count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="hour" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <index name="global_registration_counts_uk_1" unique="true">
            <column ascending="true" name="hour"/>
         </index>
      </table>
      <table name="group_application_roles" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="application_roles_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="group_application_roles_fk_2" implied="false" onDeleteCascade="false" schema="public" table="application_roles"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="groups_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="group_application_roles_fk_1" implied="false" onDeleteCascade="false" schema="public" table="groups"/>
         </column>
         <index name="group_application_roles_uk_1" unique="true">
            <column ascending="true" name="groups_id"/>
            <column ascending="true" name="application_roles_id"/>
         </index>
      </table>
      <table name="group_members" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="groups_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="group_members_fk_2" implied="false" onDeleteCascade="false" schema="public" table="groups"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="group_members_fk_1" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="group_members_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="group_members_i_1" unique="false">
            <column ascending="true" name="users_id"/>
         </index>
         <index name="group_members_uk_1" unique="true">
            <column ascending="true" name="groups_id"/>
            <column ascending="true" name="users_id"/>
         </index>
      </table>
      <table name="groups" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="groups_id" foreignKey="group_application_roles_fk_1" implied="false" onDeleteCascade="false" schema="public" table="group_application_roles"/>
            <child column="groups_id" foreignKey="group_members_fk_2" implied="false" onDeleteCascade="false" schema="public" table="group_members"/>
            <child column="groups_id" foreignKey="scim_external_id_groups_fk_2" implied="false" onDeleteCascade="false" schema="public" table="scim_external_id_groups"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="tenants_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="groups_fk_1" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="groups_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="groups_uk_1" unique="true">
            <column ascending="true" name="name"/>
            <column ascending="true" name="tenants_id"/>
         </index>
      </table>
      <table name="hourly_logins" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="applications_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="hourly_logins_fk_1" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="hour" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <index name="hourly_logins_uk_1" unique="true">
            <column ascending="true" name="applications_id"/>
            <column ascending="true" name="hour"/>
         </index>
      </table>
      <table name="identities" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('identities_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="breached_password_last_checked_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="breached_password_status" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="connectors_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="email" nullable="true" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="encryption_scheme" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="factor" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="last_login_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="password" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="password_change_reason" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="password_change_required" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="password_last_update_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="is_primary" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="salt" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="status" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="tenants_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="identities_fk_1" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="type" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="username" nullable="true" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="username_index" nullable="true" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="username_status" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="identities_fk_2" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="display_value" nullable="true" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="value" nullable="true" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="verified" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="verified_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="verified_reason" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="identities_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="identities_i_1" unique="false">
            <column ascending="true" name="users_id"/>
         </index>
         <index name="identities_uk_1" unique="true">
            <column ascending="true" name="email"/>
            <column ascending="true" name="tenants_id"/>
         </index>
         <index name="identities_uk_2" unique="true">
            <column ascending="true" name="username_index"/>
            <column ascending="true" name="tenants_id"/>
         </index>
         <index name="identities_uk_3" unique="true">
            <column ascending="true" name="tenants_id"/>
            <column ascending="true" name="type"/>
            <column ascending="true" name="value"/>
         </index>
      </table>
      <table name="identity_provider_links" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="identity_providers_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="identity_provider_links_fk_1" implied="false" onDeleteCascade="false" schema="public" table="identity_providers"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="identity_providers_user_id" nullable="false" remarks="" size="191" type="varchar" typeCode="12">
            <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" schema="public" table="external_identifiers"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="last_login_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="tenants_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="identity_provider_links_fk_2" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="identity_provider_links_fk_3" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <index name="identity_provider_links_i_1" unique="false">
            <column ascending="true" name="users_id"/>
         </index>
         <index name="identity_provider_links_uk_1" unique="true">
            <column ascending="true" name="identity_providers_id"/>
            <column ascending="true" name="identity_providers_user_id"/>
            <column ascending="true" name="tenants_id"/>
         </index>
      </table>
      <table name="identity_providers" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="identity_providers_id" foreignKey="federated_domains_fk_1" implied="false" onDeleteCascade="false" schema="public" table="federated_domains"/>
            <child column="identity_providers_id" foreignKey="identity_provider_links_fk_1" implied="false" onDeleteCascade="false" schema="public" table="identity_provider_links"/>
            <child column="identity_providers_id" foreignKey="identity_providers_applications_fk_2" implied="false" onDeleteCascade="false" schema="public" table="identity_providers_applications"/>
            <child column="identity_providers_id" foreignKey="identity_providers_tenants_fk_2" implied="false" onDeleteCascade="false" schema="public" table="identity_providers_tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="tenants_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="identity_providers_fk_4" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="enabled" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="type" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="keys_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="identity_providers_fk_1" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="request_signing_keys_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="identity_providers_fk_3" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="reconcile_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="identity_providers_fk_2" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="identity_providers_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="identity_providers_i_1" unique="false">
            <column ascending="true" name="tenants_id"/>
         </index>
         <index name="identity_providers_uk_1" unique="true">
            <column ascending="true" name="tenants_id"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="identity_providers_applications" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="applications_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="identity_providers_applications_fk_1" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="enabled" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="identity_providers_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="identity_providers_applications_fk_2" implied="false" onDeleteCascade="false" schema="public" table="identity_providers"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="keys_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="identity_providers_applications_fk_3" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
      </table>
      <table name="identity_providers_tenants" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="tenants_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="identity_providers_tenants_fk_1" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="identity_providers_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="identity_providers_tenants_fk_2" implied="false" onDeleteCascade="false" schema="public" table="identity_providers"/>
         </column>
      </table>
      <table name="instance" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="activate_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="fips_enabled" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="license" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="license_id" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="setup_complete" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="tenant_manager_applications_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="instance_fk_1" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
         </column>
      </table>
      <table name="integrations" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
      </table>
      <table name="ip_access_control_lists" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="ui_ip_access_control_lists_id" foreignKey="applications_fk_27" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="ip_access_control_lists_id" foreignKey="authentication_keys_fk_2" implied="false" onDeleteCascade="false" schema="public" table="authentication_keys"/>
            <child column="ui_ip_access_control_lists_id" foreignKey="tenants_fk_27" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="ip_access_control_lists_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="ip_access_control_lists_uk_1" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="ip_location_database" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="data" nullable="false" remarks="" size="2147483647" type="bytea" typeCode="-2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="last_modified" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="seq" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <primaryKey column="last_modified" sequenceNumberInPK="1"/>
         <primaryKey column="seq" sequenceNumberInPK="2"/>
         <index name="ip_location_database_pkey" unique="true">
            <column ascending="true" name="last_modified"/>
            <column ascending="true" name="seq"/>
         </index>
      </table>
      <table name="ip_location_meta_data" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="digest" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="last_modified" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <primaryKey column="last_modified" sequenceNumberInPK="1"/>
         <index name="ip_location_meta_data_pkey" unique="true">
            <column ascending="true" name="last_modified"/>
         </index>
      </table>
      <table name="keys" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="access_token_signing_keys_id" foreignKey="applications_fk_7" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="id_token_signing_keys_id" foreignKey="applications_fk_8" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="samlv2_default_verification_keys_id" foreignKey="applications_fk_14" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="samlv2_keys_id" foreignKey="applications_fk_5" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="samlv2_logout_default_verification_keys_id" foreignKey="applications_fk_17" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="samlv2_logout_keys_id" foreignKey="applications_fk_16" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="samlv2_single_logout_keys_id" foreignKey="applications_fk_18" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="ssl_certificate_keys_id" foreignKey="connectors_fk_1" implied="false" onDeleteCascade="false" schema="public" table="connectors"/>
            <child column="access_token_signing_keys_id" foreignKey="entity_types_fk_1" implied="false" onDeleteCascade="false" schema="public" table="entity_types"/>
            <child column="keys_id" foreignKey="identity_providers_fk_1" implied="false" onDeleteCascade="false" schema="public" table="identity_providers"/>
            <child column="request_signing_keys_id" foreignKey="identity_providers_fk_3" implied="false" onDeleteCascade="false" schema="public" table="identity_providers"/>
            <child column="keys_id" foreignKey="identity_providers_applications_fk_3" implied="false" onDeleteCascade="false" schema="public" table="identity_providers_applications"/>
            <child column="access_token_signing_keys_id" foreignKey="tenants_fk_10" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="id_token_signing_keys_id" foreignKey="tenants_fk_11" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="signing_keys_id" foreignKey="webhooks_fk_2" implied="false" onDeleteCascade="false" schema="public" table="webhooks"/>
            <child column="ssl_certificate_keys_id" foreignKey="webhooks_fk_1" implied="false" onDeleteCascade="false" schema="public" table="webhooks"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="algorithm" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="certificate" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="expiration_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="issuer" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="kid" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="private_key" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="public_key" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="secret" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="type" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="keys_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="keys_uk_1" unique="true">
            <column ascending="true" name="kid"/>
         </index>
         <index name="keys_uk_2" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="kickstart_files" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="kickstart" nullable="false" remarks="" size="2147483647" type="bytea" typeCode="-2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="kickstart_files_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="lambdas" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="access_token_populate_lambdas_id" foreignKey="applications_fk_3" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="id_token_populate_lambdas_id" foreignKey="applications_fk_4" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="multi_factor_requirement_lambdas_id" foreignKey="applications_fk_50" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="samlv2_populate_lambdas_id" foreignKey="applications_fk_6" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="self_service_registration_validation_lambdas_id" foreignKey="applications_fk_34" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="userinfo_populate_lambdas_id" foreignKey="applications_fk_35" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="reconcile_lambdas_id" foreignKey="connectors_fk_2" implied="false" onDeleteCascade="false" schema="public" table="connectors"/>
            <child column="reconcile_lambdas_id" foreignKey="identity_providers_fk_2" implied="false" onDeleteCascade="false" schema="public" table="identity_providers"/>
            <child column="client_credentials_access_token_populate_lambdas_id" foreignKey="tenants_fk_16" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="login_validation_lambdas_id" foreignKey="tenants_fk_36" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="multi_factor_requirement_lambdas_id" foreignKey="tenants_fk_52" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="scim_enterprise_user_request_converter_lambdas_id" foreignKey="tenants_fk_29" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="scim_enterprise_user_response_converter_lambdas_id" foreignKey="tenants_fk_30" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="scim_group_request_converter_lambdas_id" foreignKey="tenants_fk_31" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="scim_group_response_converter_lambdas_id" foreignKey="tenants_fk_32" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="scim_user_request_converter_lambdas_id" foreignKey="tenants_fk_34" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="scim_user_response_converter_lambdas_id" foreignKey="tenants_fk_35" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="body" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="debug" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="engine_type" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="name" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="type" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="lambdas_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="last_login_instants" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="applications_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="registration_last_login_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="users_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="user_last_login_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="identities_value" nullable="true" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="identities_type" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
      </table>
      <table name="locks" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="type" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="update_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <primaryKey column="type" sequenceNumberInPK="1"/>
         <index name="locks_pkey" unique="true">
            <column ascending="true" name="type"/>
         </index>
      </table>
      <table name="master_record" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
      </table>
      <table name="message_templates" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="multi_factor_sms_message_templates_id" foreignKey="applications_fk_20" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="phone_configuration_forgot_password_templates_id" foreignKey="applications_fk_39" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="phone_configuration_identity_update_templates_id" foreignKey="applications_fk_41" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="phone_configuration_login_id_in_use_on_create_templates_id" foreignKey="applications_fk_42" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="phone_configuration_login_id_in_use_on_update_templates_id" foreignKey="applications_fk_43" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="phone_configuration_login_new_device_templates_id" foreignKey="applications_fk_44" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="phone_configuration_login_suspicious_templates_id" foreignKey="applications_fk_45" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="phone_configuration_password_reset_success_templates_id" foreignKey="applications_fk_46" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="phone_configuration_password_update_templates_id" foreignKey="applications_fk_47" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="phone_configuration_passwordless_templates_id" foreignKey="applications_fk_36" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="phone_configuration_set_password_templates_id" foreignKey="applications_fk_40" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="phone_configuration_two_factor_method_add_templates_id" foreignKey="applications_fk_48" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="phone_configuration_two_factor_method_remove_templates_id" foreignKey="applications_fk_49" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="phone_configuration_verification_complete_templates_id" foreignKey="applications_fk_38" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="phone_configuration_verification_templates_id" foreignKey="applications_fk_37" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="multi_factor_sms_message_templates_id" foreignKey="tenants_fk_14" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="phone_configuration_forgot_password_templates_id" foreignKey="tenants_fk_41" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="phone_configuration_identity_update_templates_id" foreignKey="tenants_fk_43" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="phone_configuration_login_id_in_use_on_create_templates_id" foreignKey="tenants_fk_44" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="phone_configuration_login_id_in_use_on_update_templates_id" foreignKey="tenants_fk_45" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="phone_configuration_login_new_device_templates_id" foreignKey="tenants_fk_46" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="phone_configuration_login_suspicious_templates_id" foreignKey="tenants_fk_47" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="phone_configuration_password_reset_success_templates_id" foreignKey="tenants_fk_48" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="phone_configuration_password_update_templates_id" foreignKey="tenants_fk_49" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="phone_configuration_passwordless_templates_id" foreignKey="tenants_fk_38" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="phone_configuration_set_password_templates_id" foreignKey="tenants_fk_42" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="phone_configuration_two_factor_method_add_templates_id" foreignKey="tenants_fk_50" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="phone_configuration_two_factor_method_remove_templates_id" foreignKey="tenants_fk_51" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="phone_configuration_verification_complete_templates_id" foreignKey="tenants_fk_40" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="phone_configuration_verification_templates_id" foreignKey="tenants_fk_39" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="type" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="message_templates_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="message_templates_uk_1" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="messengers" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="multi_factor_sms_messengers_id" foreignKey="tenants_fk_15" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="phone_configuration_messengers_id" foreignKey="tenants_fk_37" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="type" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="messengers_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="messengers_uk_1" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="migrations" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="run_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <primaryKey column="name" sequenceNumberInPK="1"/>
         <index name="migrations_pkey" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="nodes" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="nodes_id" foreignKey="asynchronous_tasks_fk_1" implied="false" onDeleteCascade="false" schema="public" table="asynchronous_tasks"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="last_checkin_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="runtime_mode" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="url" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="nodes_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="previous_passwords" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="encryption_scheme" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="factor" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="password" nullable="false" remarks="" size="2048" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="salt" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="previous_passwords_fk_1" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <index name="previous_passwords_uk_1" unique="true">
            <column ascending="true" name="users_id"/>
            <column ascending="true" name="insert_instant"/>
         </index>
      </table>
      <table name="raw_application_daily_active_users" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="applications_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="day" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <index name="raw_application_daily_active_users_uk_1" unique="true">
            <column ascending="true" name="applications_id"/>
            <column ascending="true" name="day"/>
            <column ascending="true" name="users_id"/>
         </index>
      </table>
      <table name="raw_application_monthly_active_users" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="applications_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="month" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <index name="raw_application_monthly_active_users_uk_1" unique="true">
            <column ascending="true" name="applications_id"/>
            <column ascending="true" name="month"/>
            <column ascending="true" name="users_id"/>
         </index>
      </table>
      <table name="raw_application_registration_counts" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('raw_application_registration_counts_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="applications_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="decremented_count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="hour" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="raw_application_registration_counts_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="raw_global_daily_active_users" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="day" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <index name="raw_global_daily_active_users_uk_1" unique="true">
            <column ascending="true" name="day"/>
            <column ascending="true" name="users_id"/>
         </index>
      </table>
      <table name="raw_global_monthly_active_users" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="month" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <index name="raw_global_monthly_active_users_uk_1" unique="true">
            <column ascending="true" name="month"/>
            <column ascending="true" name="users_id"/>
         </index>
      </table>
      <table name="raw_global_registration_counts" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('raw_global_registration_counts_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="count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="decremented_count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="hour" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="raw_global_registration_counts_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="raw_logins" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="applications_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="raw_logins_fk_1" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="ip_address" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="identities_value" nullable="true" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="identities_type" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="raw_logins_fk_2" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <index name="raw_logins_i_1" unique="false">
            <column ascending="true" name="instant"/>
         </index>
         <index name="raw_logins_i_2" unique="false">
            <column ascending="true" name="users_id"/>
            <column ascending="true" name="instant"/>
         </index>
      </table>
      <table name="refresh_tokens" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="applications_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="refresh_tokens_fk_2" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="start_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="tenants_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="refresh_tokens_fk_3" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="token" nullable="true" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="token_hash" nullable="true" remarks="" size="64" type="bpchar" typeCode="1"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="token_hash_n1" nullable="true" remarks="" size="44" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="token_seed" nullable="true" remarks="" size="20" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="token_text" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="refresh_tokens_fk_1" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="refresh_tokens_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="refresh_tokens_i_1" unique="false">
            <column ascending="true" name="start_instant"/>
         </index>
         <index name="refresh_tokens_i_2" unique="false">
            <column ascending="true" name="applications_id"/>
         </index>
         <index name="refresh_tokens_i_3" unique="false">
            <column ascending="true" name="users_id"/>
         </index>
         <index name="refresh_tokens_i_4" unique="false">
            <column ascending="true" name="tenants_id"/>
         </index>
         <index name="refresh_tokens_uk_1" unique="true">
            <column ascending="true" name="token"/>
         </index>
         <index name="refresh_tokens_uk_2" unique="true">
            <column ascending="true" name="token_hash"/>
         </index>
         <index name="refresh_tokens_uk_3" unique="true">
            <column ascending="true" name="token_hash_n1"/>
         </index>
         <index name="refresh_tokens_uk_4" unique="true">
            <column ascending="true" name="token_seed"/>
         </index>
      </table>
      <table name="request_frequencies" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="request_id" nullable="false" remarks="" size="191" type="varchar" typeCode="12">
            <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" schema="public" table="external_identifiers"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="tenants_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="request_frequencies_fk_1" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="type" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <index name="request_frequencies_i_1" unique="false">
            <column ascending="true" name="tenants_id"/>
            <column ascending="true" name="type"/>
            <column ascending="true" name="last_update_instant"/>
         </index>
         <index name="request_frequencies_uk_1" unique="true">
            <column ascending="true" name="tenants_id"/>
            <column ascending="true" name="type"/>
            <column ascending="true" name="request_id"/>
         </index>
      </table>
      <table name="scim_external_id_groups" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="entities_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="scim_external_id_groups_fk_1" implied="false" onDeleteCascade="false" schema="public" table="entities"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="external_id" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="groups_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="scim_external_id_groups_fk_2" implied="false" onDeleteCascade="false" schema="public" table="groups"/>
         </column>
         <index name="scim_external_id_groups_i_1" unique="false">
            <column ascending="true" name="entities_id"/>
            <column ascending="true" name="external_id"/>
         </index>
         <index name="scim_external_id_groups_i_2" unique="false">
            <column ascending="true" name="entities_id"/>
            <column ascending="true" name="groups_id"/>
         </index>
      </table>
      <table name="scim_external_id_users" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="entities_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="scim_external_id_users_fk_1" implied="false" onDeleteCascade="false" schema="public" table="entities"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="external_id" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="scim_external_id_users_fk_2" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <index name="scim_external_id_users_i_1" unique="false">
            <column ascending="true" name="entities_id"/>
            <column ascending="true" name="external_id"/>
         </index>
         <index name="scim_external_id_users_i_2" unique="false">
            <column ascending="true" name="entities_id"/>
            <column ascending="true" name="users_id"/>
         </index>
      </table>
      <table name="system_configuration" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="report_timezone" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
      </table>
      <table name="tenants" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="tenants_id" foreignKey="applications_fk_2" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="tenants_id" foreignKey="authentication_keys_fk_1" implied="false" onDeleteCascade="false" schema="public" table="authentication_keys"/>
            <child column="tenants_id" foreignKey="breached_password_metrics_fk_1" implied="false" onDeleteCascade="false" schema="public" table="breached_password_metrics"/>
            <child column="tenants_id" foreignKey="connectors_tenants_fk_2" implied="false" onDeleteCascade="false" schema="public" table="connectors_tenants"/>
            <child column="tenants_id" foreignKey="entities_fk_3" implied="false" onDeleteCascade="true" schema="public" table="entities"/>
            <child column="tenants_id" foreignKey="external_identifiers_fk_3" implied="false" onDeleteCascade="false" schema="public" table="external_identifiers"/>
            <child column="tenants_id" foreignKey="federated_domains_fk_2" implied="false" onDeleteCascade="false" schema="public" table="federated_domains"/>
            <child column="tenants_id" foreignKey="groups_fk_1" implied="false" onDeleteCascade="false" schema="public" table="groups"/>
            <child column="tenants_id" foreignKey="identities_fk_1" implied="false" onDeleteCascade="false" schema="public" table="identities"/>
            <child column="tenants_id" foreignKey="identity_provider_links_fk_2" implied="false" onDeleteCascade="false" schema="public" table="identity_provider_links"/>
            <child column="tenants_id" foreignKey="identity_providers_fk_4" implied="false" onDeleteCascade="false" schema="public" table="identity_providers"/>
            <child column="tenants_id" foreignKey="identity_providers_tenants_fk_1" implied="false" onDeleteCascade="false" schema="public" table="identity_providers_tenants"/>
            <child column="tenants_id" foreignKey="refresh_tokens_fk_3" implied="false" onDeleteCascade="false" schema="public" table="refresh_tokens"/>
            <child column="tenants_id" foreignKey="request_frequencies_fk_1" implied="false" onDeleteCascade="false" schema="public" table="request_frequencies"/>
            <child column="tenants_id" foreignKey="users_fk_1" implied="false" onDeleteCascade="false" schema="public" table="users"/>
            <child column="tenants_id" foreignKey="webauthn_credentials_fk_1" implied="false" onDeleteCascade="false" schema="public" table="webauthn_credentials"/>
            <child column="tenants_id" foreignKey="webhooks_tenants_fk_2" implied="false" onDeleteCascade="false" schema="public" table="webhooks_tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="access_token_signing_keys_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_10" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="admin_user_forms_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_12" implied="false" onDeleteCascade="false" schema="public" table="forms"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="client_credentials_access_token_populate_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_16" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="confirm_child_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_5" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="email_update_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_17" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="email_verified_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_18" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="failed_authentication_user_actions_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_8" implied="false" onDeleteCascade="false" schema="public" table="user_actions"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="family_request_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_6" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="forgot_password_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_1" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="id_token_signing_keys_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_11" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="login_id_in_use_on_create_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_19" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="login_id_in_use_on_update_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_20" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="login_new_device_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_21" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="login_suspicious_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_22" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="login_validation_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_36" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="multi_factor_email_message_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_13" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="multi_factor_requirement_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_52" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="multi_factor_sms_message_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_14" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="multi_factor_sms_messengers_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_15" implied="false" onDeleteCascade="false" schema="public" table="messengers"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="password_reset_success_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_23" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="password_update_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_24" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="parent_registration_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_7" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="passwordless_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_4" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="phone_configuration_forgot_password_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_41" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="phone_configuration_identity_update_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_43" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="phone_configuration_login_id_in_use_on_create_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_44" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="31" name="phone_configuration_login_id_in_use_on_update_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_45" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="32" name="phone_configuration_login_new_device_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_46" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="33" name="phone_configuration_login_suspicious_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_47" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="34" name="phone_configuration_messengers_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_37" implied="false" onDeleteCascade="false" schema="public" table="messengers"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="35" name="phone_configuration_passwordless_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_38" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="36" name="phone_configuration_password_reset_success_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_48" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="37" name="phone_configuration_password_update_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_49" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="38" name="phone_configuration_set_password_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_42" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="39" name="phone_configuration_two_factor_method_add_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_50" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="40" name="phone_configuration_two_factor_method_remove_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_51" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="41" name="phone_configuration_verification_complete_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_40" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="42" name="phone_configuration_verification_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_39" implied="false" onDeleteCascade="false" schema="public" table="message_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="43" name="scim_client_entity_types_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_28" implied="false" onDeleteCascade="false" schema="public" table="entity_types"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="44" name="scim_enterprise_user_request_converter_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_29" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="45" name="scim_enterprise_user_response_converter_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_30" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="46" name="scim_group_request_converter_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_31" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="47" name="scim_group_response_converter_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_32" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="48" name="scim_server_entity_types_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_33" implied="false" onDeleteCascade="false" schema="public" table="entity_types"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="49" name="scim_user_request_converter_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_34" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="50" name="scim_user_response_converter_lambdas_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_35" implied="false" onDeleteCascade="false" schema="public" table="lambdas"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="51" name="set_password_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_2" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="52" name="themes_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_9" implied="false" onDeleteCascade="false" schema="public" table="themes"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="53" name="two_factor_method_add_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_25" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="54" name="two_factor_method_remove_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_26" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="55" name="ui_ip_access_control_lists_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_27" implied="false" onDeleteCascade="false" schema="public" table="ip_access_control_lists"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="56" name="verification_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="tenants_fk_3" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="tenants_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="tenants_uk_1" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="themes" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="themes_id" foreignKey="applications_fk_22" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
            <child column="themes_id" foreignKey="tenants_fk_9" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="themes_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="themes_uk_1" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="usage_stats" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="application_version" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="instance_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="collection_duration" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="collection_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="failed_stats" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="sent" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="stats" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="stats_version" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="timings" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="collection_instant" sequenceNumberInPK="1"/>
         <index name="usage_stats_pkey" unique="true">
            <column ascending="true" name="collection_instant"/>
         </index>
      </table>
      <table name="user_action_logs" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="user_action_logs_id" foreignKey="user_action_logs_applications_fk_2" implied="false" onDeleteCascade="true" schema="public" table="user_action_logs_applications"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="actioner_users_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_action_logs_fk_1" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="actionee_users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_action_logs_fk_2" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="comment" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="email_user_on_end" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="end_event_sent" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="expiry" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="history" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="localized_name" nullable="true" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="localized_option" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="localized_reason" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="name" nullable="true" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="notify_user_on_end" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="option_name" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="reason" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="reason_code" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="user_actions_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_action_logs_fk_3" implied="false" onDeleteCascade="false" schema="public" table="user_actions"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="user_action_logs_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="user_action_logs_i_1" unique="false">
            <column ascending="true" name="insert_instant"/>
         </index>
         <index name="user_action_logs_i_2" unique="false">
            <column ascending="true" name="expiry"/>
            <column ascending="true" name="end_event_sent"/>
         </index>
      </table>
      <table name="user_action_logs_applications" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="applications_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_action_logs_applications_fk_1" implied="false" onDeleteCascade="true" schema="public" table="applications"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="user_action_logs_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_action_logs_applications_fk_2" implied="false" onDeleteCascade="true" schema="public" table="user_action_logs"/>
         </column>
      </table>
      <table name="user_action_reasons" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="localized_texts" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="text" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="code" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="user_action_reasons_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="user_action_reasons_uk_1" unique="true">
            <column ascending="true" name="text"/>
         </index>
         <index name="user_action_reasons_uk_2" unique="true">
            <column ascending="true" name="code"/>
         </index>
      </table>
      <table name="user_actions" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="failed_authentication_user_actions_id" foreignKey="tenants_fk_8" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
            <child column="user_actions_id" foreignKey="user_action_logs_fk_3" implied="false" onDeleteCascade="false" schema="public" table="user_action_logs"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="active" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="cancel_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_actions_fk_1" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="end_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_actions_fk_2" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="include_email_in_event_json" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="localized_names" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="modify_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_actions_fk_3" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="name" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="options" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="prevent_login" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="send_end_event" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="start_email_templates_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_actions_fk_4" implied="false" onDeleteCascade="false" schema="public" table="email_templates"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="temporal" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="transaction_type" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="user_notifications_enabled" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="user_emailing_enabled" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="user_actions_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="user_actions_uk_1" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="user_comments" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="comment" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="commenter_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_comments_fk_2" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_comments_fk_1" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="user_comments_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="user_comments_i_1" unique="false">
            <column ascending="true" name="insert_instant"/>
         </index>
         <index name="user_comments_i_2" unique="false">
            <column ascending="true" name="users_id"/>
         </index>
         <index name="user_comments_i_3" unique="false">
            <column ascending="true" name="commenter_id"/>
         </index>
      </table>
      <table name="user_consents" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="user_consents_id" foreignKey="user_consents_email_plus_fk_1" implied="false" onDeleteCascade="false" schema="public" table="user_consents_email_plus"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="consents_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_consents_fk_1" implied="false" onDeleteCascade="false" schema="public" table="consents"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="giver_users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_consents_fk_2" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_consents_fk_3" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="user_consents_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="user_consents_email_plus" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('user_consents_email_plus_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="next_email_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="user_consents_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_consents_email_plus_fk_1" implied="false" onDeleteCascade="false" schema="public" table="user_consents"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="user_consents_email_plus_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="user_consents_email_plus_i_1" unique="false">
            <column ascending="true" name="next_email_instant"/>
         </index>
      </table>
      <table name="user_registrations" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="user_registrations_id" foreignKey="user_registrations_application_roles_fk_1" implied="false" onDeleteCascade="false" schema="public" table="user_registrations_application_roles"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="applications_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_registrations_fk_1" implied="false" onDeleteCascade="false" schema="public" table="applications"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="authentication_token" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="clean_speak_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="last_login_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="timezone" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="username" nullable="true" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="username_status" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_registrations_fk_2" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="verified" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="verified_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="user_registrations_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="user_registrations_i_1" unique="false">
            <column ascending="true" name="clean_speak_id"/>
         </index>
         <index name="user_registrations_i_2" unique="false">
            <column ascending="true" name="users_id"/>
         </index>
         <index name="user_registrations_uk_1" unique="true">
            <column ascending="true" name="applications_id"/>
            <column ascending="true" name="users_id"/>
         </index>
      </table>
      <table name="user_registrations_application_roles" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="application_roles_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_registrations_application_roles_fk_2" implied="false" onDeleteCascade="false" schema="public" table="application_roles"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="user_registrations_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="user_registrations_application_roles_fk_1" implied="false" onDeleteCascade="false" schema="public" table="user_registrations"/>
         </column>
         <index name="user_registrations_application_roles_uk_1" unique="true">
            <column ascending="true" name="user_registrations_id"/>
            <column ascending="true" name="application_roles_id"/>
         </index>
      </table>
      <table name="users" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="users_id" foreignKey="entity_user_grants_fk_2" implied="false" onDeleteCascade="true" schema="public" table="entity_user_grants"/>
            <child column="users_id" foreignKey="external_identifiers_fk_1" implied="false" onDeleteCascade="false" schema="public" table="external_identifiers"/>
            <child column="users_id" foreignKey="families_fk_1" implied="false" onDeleteCascade="false" schema="public" table="families"/>
            <child column="users_id" foreignKey="group_members_fk_1" implied="false" onDeleteCascade="false" schema="public" table="group_members"/>
            <child column="users_id" foreignKey="identities_fk_2" implied="false" onDeleteCascade="false" schema="public" table="identities"/>
            <child column="users_id" foreignKey="identity_provider_links_fk_3" implied="false" onDeleteCascade="false" schema="public" table="identity_provider_links"/>
            <child column="users_id" foreignKey="previous_passwords_fk_1" implied="false" onDeleteCascade="false" schema="public" table="previous_passwords"/>
            <child column="users_id" foreignKey="raw_logins_fk_2" implied="false" onDeleteCascade="false" schema="public" table="raw_logins"/>
            <child column="users_id" foreignKey="refresh_tokens_fk_1" implied="false" onDeleteCascade="false" schema="public" table="refresh_tokens"/>
            <child column="users_id" foreignKey="scim_external_id_users_fk_2" implied="false" onDeleteCascade="false" schema="public" table="scim_external_id_users"/>
            <child column="actionee_users_id" foreignKey="user_action_logs_fk_2" implied="false" onDeleteCascade="false" schema="public" table="user_action_logs"/>
            <child column="actioner_users_id" foreignKey="user_action_logs_fk_1" implied="false" onDeleteCascade="false" schema="public" table="user_action_logs"/>
            <child column="commenter_id" foreignKey="user_comments_fk_2" implied="false" onDeleteCascade="false" schema="public" table="user_comments"/>
            <child column="users_id" foreignKey="user_comments_fk_1" implied="false" onDeleteCascade="false" schema="public" table="user_comments"/>
            <child column="giver_users_id" foreignKey="user_consents_fk_2" implied="false" onDeleteCascade="false" schema="public" table="user_consents"/>
            <child column="users_id" foreignKey="user_consents_fk_3" implied="false" onDeleteCascade="false" schema="public" table="user_consents"/>
            <child column="users_id" foreignKey="user_registrations_fk_2" implied="false" onDeleteCascade="false" schema="public" table="user_registrations"/>
            <child column="users_id" foreignKey="webauthn_credentials_fk_2" implied="false" onDeleteCascade="false" schema="public" table="webauthn_credentials"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="active" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="breached_password_last_checked_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="breached_password_status" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="birth_date" nullable="true" remarks="" size="10" type="bpchar" typeCode="1"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="clean_speak_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="connectors_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="expiry" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="first_name" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="full_name" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="image_url" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="last_name" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="last_login_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="middle_name" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="mobile_phone" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="parent_email" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="password" nullable="true" remarks="" size="2048" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="password_change_reason" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="password_change_required" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="password_encryption_scheme" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="password_factor" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="password_last_update_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="password_salt" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="tenants_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="users_fk_1" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="timezone" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="verified_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="users_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="users_i_1" unique="false">
            <column ascending="true" name="clean_speak_id"/>
         </index>
         <index name="users_i_2" unique="false">
            <column ascending="true" name="parent_email"/>
         </index>
      </table>
      <table name="version" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="version" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
      </table>
      <table name="webauthn_credentials" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="credential_id" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="last_use_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="tenants_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="webauthn_credentials_fk_1" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="users_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="webauthn_credentials_fk_2" implied="false" onDeleteCascade="false" schema="public" table="users"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="webauthn_credentials_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="webauthn_credentials_i_1" unique="false">
            <column ascending="true" name="tenants_id"/>
            <column ascending="true" name="users_id"/>
         </index>
      </table>
      <table name="webhook_attempt_logs" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="end_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="start_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="webhook_event_logs_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="webhook_attempt_logs_fk_1" implied="false" onDeleteCascade="false" schema="public" table="webhook_event_logs"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="webhooks_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="webhook_attempt_logs_fk_2" implied="false" onDeleteCascade="false" schema="public" table="webhooks"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="webhook_attempt_logs_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="webhook_attempt_logs_i_1" unique="false">
            <column ascending="true" name="webhook_event_logs_id"/>
         </index>
         <index name="webhook_attempt_logs_i_2" unique="false">
            <column ascending="true" name="webhooks_id"/>
         </index>
      </table>
      <table name="webhook_event_logs" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="webhook_event_logs_id" foreignKey="webhook_attempt_logs_fk_1" implied="false" onDeleteCascade="false" schema="public" table="webhook_attempt_logs"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="event_result" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="event_type" nullable="false" remarks="" size="64" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="last_attempt_instant" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="linked_object_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="true" defaultValue="nextval('webhook_event_logs_sequence_seq'::regclass)" digits="0" id="8" name="sequence" nullable="false" remarks="" size="19" type="bigserial" typeCode="-5"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="webhook_event_logs_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="webhook_event_logs_i_1" unique="false">
            <column ascending="true" name="insert_instant"/>
         </index>
      </table>
      <table name="webhooks" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="webhooks_id" foreignKey="webhook_attempt_logs_fk_2" implied="false" onDeleteCascade="false" schema="public" table="webhook_attempt_logs"/>
            <child column="webhooks_id" foreignKey="webhooks_tenants_fk_1" implied="false" onDeleteCascade="false" schema="public" table="webhooks_tenants"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="connect_timeout" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="description" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="data" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="global" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="headers" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="http_authentication_username" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="http_authentication_password" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="insert_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="last_update_instant" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="read_timeout" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="signing_keys_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="webhooks_fk_2" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="ssl_certificate" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="ssl_certificate_keys_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="webhooks_fk_1" implied="false" onDeleteCascade="false" schema="public" table="keys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="url" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="webhooks_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="webhooks_tenants" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="webhooks_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="webhooks_tenants_fk_1" implied="false" onDeleteCascade="false" schema="public" table="webhooks"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="tenants_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="webhooks_tenants_fk_2" implied="false" onDeleteCascade="false" schema="public" table="tenants"/>
         </column>
         <primaryKey column="webhooks_id" sequenceNumberInPK="1"/>
         <primaryKey column="tenants_id" sequenceNumberInPK="2"/>
         <index name="webhooks_tenants_pkey" unique="true">
            <column ascending="true" name="webhooks_id"/>
            <column ascending="true" name="tenants_id"/>
         </index>
      </table>
   </tables>
</database>
