<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="glitchtip" schema="public" type="PostgreSQL - 15.8 (Debian 15.8-1.pgdg110+1)">
   <sequences>
      <sequence increment="1" name="account_emailaddress_id_seq" startValue="1"/>
      <sequence increment="1" name="account_emailconfirmation_id_seq" startValue="1"/>
      <sequence increment="1" name="alerts_alertrecipient_id_seq" startValue="1"/>
      <sequence increment="1" name="alerts_notification_id_seq" startValue="1"/>
      <sequence increment="1" name="alerts_notification_issues_id_seq" startValue="1"/>
      <sequence increment="1" name="alerts_projectalert_id_seq" startValue="1"/>
      <sequence increment="1" name="api_tokens_apitoken_id_seq" startValue="1"/>
      <sequence increment="1" name="auth_group_id_seq" startValue="1"/>
      <sequence increment="1" name="auth_group_permissions_id_seq" startValue="1"/>
      <sequence increment="1" name="auth_permission_id_seq" startValue="1"/>
      <sequence increment="1" name="difs_debuginformationfile_id_seq" startValue="1"/>
      <sequence increment="1" name="django_admin_log_id_seq" startValue="1"/>
      <sequence increment="1" name="django_celery_results_chordcounter_id_seq" startValue="1"/>
      <sequence increment="1" name="django_celery_results_groupresult_id_seq" startValue="1"/>
      <sequence increment="1" name="django_celery_results_taskresult_id_seq" startValue="1"/>
      <sequence increment="1" name="django_content_type_id_seq" startValue="1"/>
      <sequence increment="1" name="django_migrations_id_seq" startValue="1"/>
      <sequence increment="1" name="django_rest_mfa_userkey_id_seq" startValue="1"/>
      <sequence increment="1" name="django_site_id_seq" startValue="1"/>
      <sequence increment="1" name="environments_environment_id_seq" startValue="1"/>
      <sequence increment="1" name="environments_environmentproject_id_seq" startValue="1"/>
      <sequence increment="1" name="files_file_id_seq" startValue="1"/>
      <sequence increment="1" name="files_fileblob_id_seq" startValue="1"/>
      <sequence increment="1" name="files_fileblobindex_id_seq" startValue="1"/>
      <sequence increment="1" name="issues_issue_id_seq" startValue="1"/>
      <sequence increment="1" name="organizations_ext_organization_id_seq" startValue="1"/>
      <sequence increment="1" name="organizations_ext_organizationinvitation_id_seq" startValue="1"/>
      <sequence increment="1" name="organizations_ext_organizationowner_id_seq" startValue="1"/>
      <sequence increment="1" name="organizations_ext_organizationuser_id_seq" startValue="1"/>
      <sequence increment="1" name="performance_span_id_seq" startValue="1"/>
      <sequence increment="1" name="performance_transactiongroup_id_seq" startValue="1"/>
      <sequence increment="1" name="projects_project_id_seq" startValue="1"/>
      <sequence increment="1" name="projects_projectcounter_id_seq" startValue="1"/>
      <sequence increment="1" name="projects_projectkey_id_seq" startValue="1"/>
      <sequence increment="1" name="releases_release_id_seq" startValue="1"/>
      <sequence increment="1" name="releases_release_projects_id_seq" startValue="1"/>
      <sequence increment="1" name="releases_releasefile_id_seq" startValue="1"/>
      <sequence increment="1" name="releases_releaseproject_id_seq" startValue="1"/>
      <sequence increment="1" name="socialaccount_socialaccount_id_seq" startValue="1"/>
      <sequence increment="1" name="socialaccount_socialapp_id_seq" startValue="1"/>
      <sequence increment="1" name="socialaccount_socialapp_sites_id_seq" startValue="1"/>
      <sequence increment="1" name="socialaccount_socialtoken_id_seq" startValue="1"/>
      <sequence increment="1" name="teams_team_id_seq" startValue="1"/>
      <sequence increment="1" name="teams_team_members_new_id_seq" startValue="1"/>
      <sequence increment="1" name="teams_team_projects_id_seq" startValue="1"/>
      <sequence increment="1" name="uptime_monitor_id_seq" startValue="1"/>
      <sequence increment="1" name="uptime_monitorcheck_id_seq" startValue="1"/>
      <sequence increment="1" name="user_reports_userreport_id_seq" startValue="1"/>
      <sequence increment="1" name="users_user_groups_id_seq" startValue="1"/>
      <sequence increment="1" name="users_user_id_seq" startValue="1"/>
      <sequence increment="1" name="users_user_user_permissions_id_seq" startValue="1"/>
      <sequence increment="1" name="users_userprojectalerts_id_seq" startValue="1"/>
   </sequences>
   <tables>
      <table name="account_emailaddress" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('account_emailaddress_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="email_address_id" foreignKey="account_emailconfirm_email_address_id_5b7f8c58_fk_account_e" implied="false" onDeleteCascade="false" schema="public" table="account_emailconfirmation"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="email" nullable="false" remarks="" size="254" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="verified" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="primary" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="user_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="account_emailaddress_user_id_2c513194_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="users_user"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="account_emailaddress_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="account_emailaddress_email_03be32b2_like" unique="false">
            <column ascending="true" name="email"/>
         </index>
         <index name="account_emailaddress_email_key" unique="true">
            <column ascending="true" name="email"/>
         </index>
         <index name="account_emailaddress_user_id_2c513194" unique="false">
            <column ascending="true" name="user_id"/>
         </index>
      </table>
      <table name="account_emailconfirmation" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('account_emailconfirmation_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="2" name="sent" nullable="true" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="key" nullable="false" remarks="" size="64" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="email_address_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="account_emailconfirm_email_address_id_5b7f8c58_fk_account_e" implied="false" onDeleteCascade="false" schema="public" table="account_emailaddress"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="account_emailconfirmation_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="account_emailconfirmation_email_address_id_5b7f8c58" unique="false">
            <column ascending="true" name="email_address_id"/>
         </index>
         <index name="account_emailconfirmation_key_f43612bd_like" unique="false">
            <column ascending="true" name="key"/>
         </index>
         <index name="account_emailconfirmation_key_key" unique="true">
            <column ascending="true" name="key"/>
         </index>
      </table>
      <table name="alerts_alertrecipient" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('alerts_alertrecipient_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="recipient_type" nullable="false" remarks="" size="16" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="url" nullable="false" remarks="" size="2000" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="alert_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="alerts_alertrecipien_alert_id_e751a912_fk_alerts_pr" implied="false" onDeleteCascade="false" schema="public" table="alerts_projectalert"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="alerts_alertrecipient_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="alerts_alertrecipient_alert_id_e751a912" unique="false">
            <column ascending="true" name="alert_id"/>
         </index>
         <index name="alerts_alertrecipient_alert_id_recipient_type_url_afe81d2e_uniq" unique="true">
            <column ascending="true" name="alert_id"/>
            <column ascending="true" name="recipient_type"/>
            <column ascending="true" name="url"/>
         </index>
      </table>
      <table name="alerts_notification" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('alerts_notification_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="notification_id" foreignKey="alerts_notification__notification_id_abfc7da3_fk_alerts_no" implied="false" onDeleteCascade="false" schema="public" table="alerts_notification_issues"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="is_sent" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="project_alert_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="alerts_notification_project_alert_id_26a4df64_fk_alerts_pr" implied="false" onDeleteCascade="false" schema="public" table="alerts_projectalert"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="alerts_notification_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="alerts_notification_created_4bb1977b" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="alerts_notification_project_alert_id_26a4df64" unique="false">
            <column ascending="true" name="project_alert_id"/>
         </index>
      </table>
      <table name="alerts_notification_issues" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('alerts_notification_issues_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="notification_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="alerts_notification__notification_id_abfc7da3_fk_alerts_no" implied="false" onDeleteCascade="false" schema="public" table="alerts_notification"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="issue_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="alerts_notification_issues_issue_id_19caaee3_fk" implied="false" onDeleteCascade="false" schema="public" table="issues_issue"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="alerts_notification_issues_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="alerts_notification_issu_notification_id_issue_id_68701830_uniq" unique="true">
            <column ascending="true" name="notification_id"/>
            <column ascending="true" name="issue_id"/>
         </index>
         <index name="alerts_notification_issues_issue_id_19caaee3" unique="false">
            <column ascending="true" name="issue_id"/>
         </index>
         <index name="alerts_notification_issues_notification_id_abfc7da3" unique="false">
            <column ascending="true" name="notification_id"/>
         </index>
      </table>
      <table name="alerts_projectalert" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('alerts_projectalert_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="alert_id" foreignKey="alerts_alertrecipien_alert_id_e751a912_fk_alerts_pr" implied="false" onDeleteCascade="false" schema="public" table="alerts_alertrecipient"/>
            <child column="project_alert_id" foreignKey="alerts_notification_project_alert_id_26a4df64_fk_alerts_pr" implied="false" onDeleteCascade="false" schema="public" table="alerts_notification"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="timespan_minutes" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="quantity" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="3" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="project_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="alerts_projectalert_project_id_d72e26b7_fk_projects_project_id" implied="false" onDeleteCascade="false" schema="public" table="projects_project"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="name" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="uptime" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="alerts_projectalert_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="alerts_projectalert_created_2fc73449" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="alerts_projectalert_project_id_d72e26b7" unique="false">
            <column ascending="true" name="project_id"/>
         </index>
         <checkConstraint constraint="((quantity &gt;= 0))" name="alerts_projectalert_quantity_check"/>
         <checkConstraint constraint="((timespan_minutes &gt;= 0))" name="alerts_projectalert_timespan_minutes_check"/>
      </table>
      <table name="api_tokens_apitoken" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('api_tokens_apitoken_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="token" nullable="false" remarks="" size="64" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="label" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="scopes" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="4" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="user_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="api_tokens_apitoken_user_id_92435ca3_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="users_user"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="api_tokens_apitoken_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="api_tokens_apitoken_created_dff90883" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="api_tokens_apitoken_token_5d2d2d5d_like" unique="false">
            <column ascending="true" name="token"/>
         </index>
         <index name="api_tokens_apitoken_token_key" unique="true">
            <column ascending="true" name="token"/>
         </index>
         <index name="api_tokens_apitoken_user_id_92435ca3" unique="false">
            <column ascending="true" name="user_id"/>
         </index>
      </table>
      <table name="auth_group" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('auth_group_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="group_id" foreignKey="auth_group_permissions_group_id_b120cbf9_fk_auth_group_id" implied="false" onDeleteCascade="false" schema="public" table="auth_group_permissions"/>
            <child column="group_id" foreignKey="users_user_groups_group_id_9afc8d0e_fk_auth_group_id" implied="false" onDeleteCascade="false" schema="public" table="users_user_groups"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="name" nullable="false" remarks="" size="150" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="auth_group_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="auth_group_name_a6ea08ec_like" unique="false">
            <column ascending="true" name="name"/>
         </index>
         <index name="auth_group_name_key" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="auth_group_permissions" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('auth_group_permissions_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="group_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="auth_group_permissions_group_id_b120cbf9_fk_auth_group_id" implied="false" onDeleteCascade="false" schema="public" table="auth_group"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="permission_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="auth_group_permissio_permission_id_84c5c92e_fk_auth_perm" implied="false" onDeleteCascade="false" schema="public" table="auth_permission"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="auth_group_permissions_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="auth_group_permissions_group_id_b120cbf9" unique="false">
            <column ascending="true" name="group_id"/>
         </index>
         <index name="auth_group_permissions_group_id_permission_id_0cd325b0_uniq" unique="true">
            <column ascending="true" name="group_id"/>
            <column ascending="true" name="permission_id"/>
         </index>
         <index name="auth_group_permissions_permission_id_84c5c92e" unique="false">
            <column ascending="true" name="permission_id"/>
         </index>
      </table>
      <table name="auth_permission" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('auth_permission_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="permission_id" foreignKey="auth_group_permissio_permission_id_84c5c92e_fk_auth_perm" implied="false" onDeleteCascade="false" schema="public" table="auth_group_permissions"/>
            <child column="permission_id" foreignKey="users_user_user_perm_permission_id_0b93982e_fk_auth_perm" implied="false" onDeleteCascade="false" schema="public" table="users_user_user_permissions"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="content_type_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="auth_permission_content_type_id_2f476e4b_fk_django_co" implied="false" onDeleteCascade="false" schema="public" table="django_content_type"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="codename" nullable="false" remarks="" size="100" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="auth_permission_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="auth_permission_content_type_id_2f476e4b" unique="false">
            <column ascending="true" name="content_type_id"/>
         </index>
         <index name="auth_permission_content_type_id_codename_01ab375a_uniq" unique="true">
            <column ascending="true" name="content_type_id"/>
            <column ascending="true" name="codename"/>
         </index>
      </table>
      <table name="difs_debuginformationfile" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('difs_debuginformationfile_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="19" type="bigserial" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="name" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="data" nullable="true" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="file_id" nullable="false" remarks="" size="19" type="int8" typeCode="-5">
            <parent column="id" foreignKey="difs_debuginformationfile_file_id_0f375ae8_fk_files_file_id" implied="false" onDeleteCascade="false" schema="public" table="files_file"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="project_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="difs_debuginformatio_project_id_98b3bcff_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="projects_project"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="difs_debuginformationfile_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="difs_debugi_project_99cec2_idx" unique="false">
            <column ascending="true" name="project_id"/>
            <column ascending="true" name="file_id"/>
         </index>
         <index name="difs_debuginformationfile_created_a0e5f2b4" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="difs_debuginformationfile_file_id_0f375ae8" unique="false">
            <column ascending="true" name="file_id"/>
         </index>
         <index name="difs_debuginformationfile_project_id_98b3bcff" unique="false">
            <column ascending="true" name="project_id"/>
         </index>
      </table>
      <table name="django_admin_log" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('django_admin_log_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="action_time" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="object_id" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="object_repr" nullable="false" remarks="" size="200" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="action_flag" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="change_message" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="content_type_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="django_admin_log_content_type_id_c4bce8eb_fk_django_co" implied="false" onDeleteCascade="false" schema="public" table="django_content_type"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="user_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="django_admin_log_user_id_c564eba6_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="users_user"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="django_admin_log_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="django_admin_log_content_type_id_c4bce8eb" unique="false">
            <column ascending="true" name="content_type_id"/>
         </index>
         <index name="django_admin_log_user_id_c564eba6" unique="false">
            <column ascending="true" name="user_id"/>
         </index>
         <checkConstraint constraint="((action_flag &gt;= 0))" name="django_admin_log_action_flag_check"/>
      </table>
      <table name="django_celery_results_chordcounter" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('django_celery_results_chordcounter_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="group_id" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="sub_tasks" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="django_celery_results_chordcounter_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="django_celery_results_chordcounter_group_id_1f70858c_like" unique="false">
            <column ascending="true" name="group_id"/>
         </index>
         <index name="django_celery_results_chordcounter_group_id_key" unique="true">
            <column ascending="true" name="group_id"/>
         </index>
         <checkConstraint constraint="((count &gt;= 0))" name="django_celery_results_chordcounter_count_check"/>
      </table>
      <table name="django_celery_results_groupresult" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('django_celery_results_groupresult_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="group_id" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="2" name="date_created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="3" name="date_done" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="content_type" nullable="false" remarks="" size="128" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="content_encoding" nullable="false" remarks="" size="64" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="result" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="django_celery_results_groupresult_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="django_cele_date_cr_bd6c1d_idx" unique="false">
            <column ascending="true" name="date_created"/>
         </index>
         <index name="django_cele_date_do_caae0e_idx" unique="false">
            <column ascending="true" name="date_done"/>
         </index>
         <index name="django_celery_results_groupresult_group_id_a085f1a9_like" unique="false">
            <column ascending="true" name="group_id"/>
         </index>
         <index name="django_celery_results_groupresult_group_id_key" unique="true">
            <column ascending="true" name="group_id"/>
         </index>
      </table>
      <table name="django_celery_results_taskresult" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('django_celery_results_taskresult_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="task_id" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="status" nullable="false" remarks="" size="50" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="content_type" nullable="false" remarks="" size="128" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="content_encoding" nullable="false" remarks="" size="64" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="result" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="6" name="date_done" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="traceback" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="meta" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="task_args" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="task_kwargs" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="task_name" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="worker" nullable="true" remarks="" size="100" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="13" name="date_created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="periodic_task_name" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="django_celery_results_taskresult_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="django_cele_date_cr_f04a50_idx" unique="false">
            <column ascending="true" name="date_created"/>
         </index>
         <index name="django_cele_date_do_f59aad_idx" unique="false">
            <column ascending="true" name="date_done"/>
         </index>
         <index name="django_cele_status_9b6201_idx" unique="false">
            <column ascending="true" name="status"/>
         </index>
         <index name="django_cele_task_na_08aec9_idx" unique="false">
            <column ascending="true" name="task_name"/>
         </index>
         <index name="django_cele_worker_d54dd8_idx" unique="false">
            <column ascending="true" name="worker"/>
         </index>
         <index name="django_celery_results_taskresult_task_id_de0d95bf_like" unique="false">
            <column ascending="true" name="task_id"/>
         </index>
         <index name="django_celery_results_taskresult_task_id_key" unique="true">
            <column ascending="true" name="task_id"/>
         </index>
      </table>
      <table name="django_content_type" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('django_content_type_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="content_type_id" foreignKey="auth_permission_content_type_id_2f476e4b_fk_django_co" implied="false" onDeleteCascade="false" schema="public" table="auth_permission"/>
            <child column="content_type_id" foreignKey="django_admin_log_content_type_id_c4bce8eb_fk_django_co" implied="false" onDeleteCascade="false" schema="public" table="django_admin_log"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="app_label" nullable="false" remarks="" size="100" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="model" nullable="false" remarks="" size="100" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="django_content_type_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="django_content_type_app_label_model_76bd3d3b_uniq" unique="true">
            <column ascending="true" name="app_label"/>
            <column ascending="true" name="model"/>
         </index>
      </table>
      <table name="django_migrations" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('django_migrations_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="app" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="3" name="applied" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="django_migrations_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="django_rest_mfa_userkey" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('django_rest_mfa_userkey_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="name" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="2" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="key_type" nullable="false" remarks="" size="25" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="properties" nullable="false" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="5" name="last_used" nullable="true" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="user_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="django_rest_mfa_userkey_user_id_bd136d97_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="users_user"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="django_rest_mfa_userkey_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="django_rest_mfa_userkey_user_id_bd136d97" unique="false">
            <column ascending="true" name="user_id"/>
         </index>
      </table>
      <table name="django_session" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="session_key" nullable="false" remarks="" size="40" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="session_data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="2" name="expire_date" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <primaryKey column="session_key" sequenceNumberInPK="1"/>
         <index name="django_session_pkey" unique="true">
            <column ascending="true" name="session_key"/>
         </index>
         <index name="django_session_expire_date_a5c62663" unique="false">
            <column ascending="true" name="expire_date"/>
         </index>
         <index name="django_session_session_key_c0390e0f_like" unique="false">
            <column ascending="true" name="session_key"/>
         </index>
      </table>
      <table name="django_site" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('django_site_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="site_id" foreignKey="socialaccount_social_site_id_2579dee5_fk_django_si" implied="false" onDeleteCascade="false" schema="public" table="socialaccount_socialapp_sites"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="domain" nullable="false" remarks="" size="100" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="name" nullable="false" remarks="" size="50" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="django_site_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="django_site_domain_a2e37b91_like" unique="false">
            <column ascending="true" name="domain"/>
         </index>
         <index name="django_site_domain_a2e37b91_uniq" unique="true">
            <column ascending="true" name="domain"/>
         </index>
      </table>
      <table name="environments_environment" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('environments_environment_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="environment_id" foreignKey="environments_environ_environment_id_4b61b449_fk_environme" implied="false" onDeleteCascade="false" schema="public" table="environments_environmentproject"/>
            <child column="environment_id" foreignKey="uptime_monitor_environment_id_c1ee6182_fk_environme" implied="false" onDeleteCascade="false" schema="public" table="uptime_monitor"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="name" nullable="false" remarks="" size="256" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="2" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="organization_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="environments_environ_organization_id_5e73e9d7_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organization"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="environments_environment_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="environments_environment_created_68e37d5a" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="environments_environment_organization_id_5e73e9d7" unique="false">
            <column ascending="true" name="organization_id"/>
         </index>
         <index name="environments_environment_organization_id_name_e04cf45d_uniq" unique="true">
            <column ascending="true" name="organization_id"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="environments_environmentproject" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('environments_environmentproject_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="is_hidden" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="2" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="environment_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="environments_environ_environment_id_4b61b449_fk_environme" implied="false" onDeleteCascade="false" schema="public" table="environments_environment"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="project_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="environments_environ_project_id_f1b49983_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="projects_project"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="environments_environmentproject_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="environments_environment_project_id_environment_i_435ad371_uniq" unique="true">
            <column ascending="true" name="project_id"/>
            <column ascending="true" name="environment_id"/>
         </index>
         <index name="environments_environmentproject_created_33629df1" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="environments_environmentproject_environment_id_4b61b449" unique="false">
            <column ascending="true" name="environment_id"/>
         </index>
         <index name="environments_environmentproject_project_id_f1b49983" unique="false">
            <column ascending="true" name="project_id"/>
         </index>
      </table>
      <table name="events_event" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="event_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="timestamp" nullable="true" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="2" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="data" nullable="false" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="issue_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="events_event_issue_id_142fccc0_fk" implied="false" onDeleteCascade="false" schema="public" table="issues_issue"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="release_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="issues_event_release_id_19c73b66_fk_releases_release_id" implied="false" onDeleteCascade="false" schema="public" table="releases_release"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="tags" nullable="false" remarks="" size="2147483647" type="hstore" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="errors" nullable="true" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="level" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <primaryKey column="event_id" sequenceNumberInPK="1"/>
         <index name="issues_event_pkey" unique="true">
            <column ascending="true" name="event_id"/>
         </index>
         <index name="events_event_created_0671c4d9" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="events_event_issue_id_142fccc0" unique="false">
            <column ascending="true" name="issue_id"/>
         </index>
         <index name="events_event_release_id_e7d25d0a" unique="false">
            <column ascending="true" name="release_id"/>
         </index>
         <checkConstraint constraint="((level &gt;= 0))" name="events_event_level_check"/>
      </table>
      <table name="files_file" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('files_file_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="19" type="bigserial" typeCode="-5">
            <child column="file_id" foreignKey="difs_debuginformationfile_file_id_0f375ae8_fk_files_file_id" implied="false" onDeleteCascade="false" schema="public" table="difs_debuginformationfile"/>
            <child column="file_id" foreignKey="files_fileblobindex_file_id_3be1680c_fk_files_file_id" implied="false" onDeleteCascade="false" schema="public" table="files_fileblobindex"/>
            <child column="file_id" foreignKey="releases_releasefile_file_id_c31c0d06_fk_files_file_id" implied="false" onDeleteCascade="false" schema="public" table="releases_releasefile"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="name" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="headers" nullable="true" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="size" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="checksum" nullable="true" remarks="" size="40" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="type" nullable="false" remarks="" size="64" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="blob_id" nullable="true" remarks="" size="19" type="int8" typeCode="-5">
            <parent column="id" foreignKey="files_file_blob_id_ac0e8c7e_fk_files_fileblob_id" implied="false" onDeleteCascade="false" schema="public" table="files_fileblob"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="files_file_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="files_file_blob_id_ac0e8c7e" unique="false">
            <column ascending="true" name="blob_id"/>
         </index>
         <index name="files_file_checksum_cfc180a4" unique="false">
            <column ascending="true" name="checksum"/>
         </index>
         <index name="files_file_checksum_cfc180a4_like" unique="false">
            <column ascending="true" name="checksum"/>
         </index>
         <index name="files_file_created_f8bb89d7" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <checkConstraint constraint="((size &gt;= 0))" name="files_file_size_check"/>
      </table>
      <table name="files_fileblob" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('files_fileblob_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="19" type="bigserial" typeCode="-5">
            <child column="blob_id" foreignKey="files_file_blob_id_ac0e8c7e_fk_files_fileblob_id" implied="false" onDeleteCascade="false" schema="public" table="files_file"/>
            <child column="blob_id" foreignKey="files_fileblobindex_blob_id_c789a2bf_fk_files_fileblob_id" implied="false" onDeleteCascade="false" schema="public" table="files_fileblobindex"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="checksum" nullable="false" remarks="" size="40" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="size" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="blob" nullable="false" remarks="" size="100" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="files_fileblob_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="files_fileblob_checksum_fd4ecd13_like" unique="false">
            <column ascending="true" name="checksum"/>
         </index>
         <index name="files_fileblob_checksum_key" unique="true">
            <column ascending="true" name="checksum"/>
         </index>
         <index name="files_fileblob_created_e897448a" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <checkConstraint constraint="((size &gt;= 0))" name="files_fileblob_size_check"/>
      </table>
      <table name="files_fileblobindex" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('files_fileblobindex_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="offset" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="blob_id" nullable="false" remarks="" size="19" type="int8" typeCode="-5">
            <parent column="id" foreignKey="files_fileblobindex_blob_id_c789a2bf_fk_files_fileblob_id" implied="false" onDeleteCascade="false" schema="public" table="files_fileblob"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="file_id" nullable="false" remarks="" size="19" type="int8" typeCode="-5">
            <parent column="id" foreignKey="files_fileblobindex_file_id_3be1680c_fk_files_file_id" implied="false" onDeleteCascade="false" schema="public" table="files_file"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="files_fileblobindex_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="files_fileblobindex_blob_id_c789a2bf" unique="false">
            <column ascending="true" name="blob_id"/>
         </index>
         <index name="files_fileblobindex_file_id_3be1680c" unique="false">
            <column ascending="true" name="file_id"/>
         </index>
         <index name="files_fileblobindex_file_id_blob_id_offset_dfae7198_uniq" unique="true">
            <column ascending="true" name="file_id"/>
            <column ascending="true" name="blob_id"/>
            <column ascending="true" name="offset"/>
         </index>
         <checkConstraint constraint="((&quot;offset&quot; &gt;= 0))" name="files_fileblobindex_offset_check"/>
      </table>
      <table name="issues_issue" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('issues_issue_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="issue_id" foreignKey="alerts_notification_issues_issue_id_19caaee3_fk" implied="false" onDeleteCascade="false" schema="public" table="alerts_notification_issues"/>
            <child column="issue_id" foreignKey="events_event_issue_id_142fccc0_fk" implied="false" onDeleteCascade="false" schema="public" table="events_event"/>
            <child column="issue_id" foreignKey="user_reports_userreport_issue_id_474c6f4f_fk_issues_issue_id" implied="false" onDeleteCascade="false" schema="public" table="user_reports_userreport"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="culprit" nullable="true" remarks="" size="1024" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="has_seen" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="is_public" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="level" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="metadata" nullable="false" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="title" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="type" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="status" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="project_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="issues_issue_project_id_4b0f3e2f_fk_projects_project_id" implied="false" onDeleteCascade="false" schema="public" table="projects_project"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="count" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="12" name="last_seen" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="search_vector" nullable="true" remarks="" size="2147483647" type="tsvector" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="short_id" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="tags" nullable="false" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="issues_issue_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="issues_issue_created_edc26ade" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="issues_issue_last_seen_1d96cebb" unique="false">
            <column ascending="true" name="last_seen"/>
         </index>
         <index name="issues_issue_project_id_4b0f3e2f" unique="false">
            <column ascending="true" name="project_id"/>
         </index>
         <index name="issues_issue_project_id_short_id_7d3db553_uniq" unique="true">
            <column ascending="true" name="project_id"/>
            <column ascending="true" name="short_id"/>
         </index>
         <index name="issues_issue_title_culprit_project_id_type_637bd11c_uniq" unique="true">
            <column ascending="true" name="title"/>
            <column ascending="true" name="culprit"/>
            <column ascending="true" name="project_id"/>
            <column ascending="true" name="type"/>
         </index>
         <index name="search_vector_idx" unique="false">
            <column ascending="true" name="search_vector"/>
         </index>
         <checkConstraint constraint="((count &gt;= 0))" name="issues_issue_count_check"/>
         <checkConstraint constraint="((level &gt;= 0))" name="issues_issue_level_check"/>
         <checkConstraint constraint="((short_id &gt;= 0))" name="issues_issue_short_id_check"/>
         <checkConstraint constraint="((status &gt;= 0))" name="issues_issue_status_check"/>
         <checkConstraint constraint="((type &gt;= 0))" name="issues_issue_type_check"/>
      </table>
      <table name="organizations_ext_organization" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('organizations_ext_organization_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="organization_id" foreignKey="environments_environ_organization_id_5e73e9d7_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="environments_environment"/>
            <child column="organization_id" foreignKey="organizations_ext_or_organization_id_d6f74ca6_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organizationinvitation"/>
            <child column="organization_id" foreignKey="organizations_ext_or_organization_id_1baaa212_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organizationowner"/>
            <child column="organization_id" foreignKey="organizations_ext_or_organization_id_f5a7ee4a_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organizationuser"/>
            <child column="organization_id" foreignKey="projects_project_organization_id_c93e5ca2_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="projects_project"/>
            <child column="organization_id" foreignKey="releases_release_organization_id_d23b0b80_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="releases_release"/>
            <child column="organization_id" foreignKey="teams_team_organization_id_e98fce1d_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="teams_team"/>
            <child column="organization_id" foreignKey="uptime_monitor_organization_id_a3fa8f6e_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="uptime_monitor"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="name" nullable="false" remarks="" size="200" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="is_active" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="3" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="4" name="modified" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="slug" nullable="false" remarks="" size="200" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="is_accepting_events" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="open_membership" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="scrub_ip_addresses" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="organizations_ext_organization_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="organizations_ext_organization_slug_5a7a61c9_like" unique="false">
            <column ascending="true" name="slug"/>
         </index>
         <index name="organizations_ext_organization_slug_key" unique="true">
            <column ascending="true" name="slug"/>
         </index>
      </table>
      <table name="organizations_ext_organizationinvitation" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('organizations_ext_organizationinvitation_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="guid" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="invitee_identifier" nullable="false" remarks="" size="1000" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="invited_by_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="organizations_ext_or_invited_by_id_35eeb92a_fk_users_use" implied="false" onDeleteCascade="false" schema="public" table="users_user"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="invitee_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="organizations_ext_or_invitee_id_9a400689_fk_users_use" implied="false" onDeleteCascade="false" schema="public" table="users_user"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="organization_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="organizations_ext_or_organization_id_d6f74ca6_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organization"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="organizations_ext_organizationinvitation_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="organizations_ext_organiza_organization_id_d6f74ca6" unique="false">
            <column ascending="true" name="organization_id"/>
         </index>
         <index name="organizations_ext_organizationinvitation_invited_by_id_35eeb92a" unique="false">
            <column ascending="true" name="invited_by_id"/>
         </index>
         <index name="organizations_ext_organizationinvitation_invitee_id_9a400689" unique="false">
            <column ascending="true" name="invitee_id"/>
         </index>
      </table>
      <table name="organizations_ext_organizationowner" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('organizations_ext_organizationowner_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="organization_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="organizations_ext_or_organization_id_1baaa212_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organization"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="organization_user_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="organizations_ext_or_organization_user_id_d9d30739_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organizationuser"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="organizations_ext_organizationowner_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="organizations_ext_organizationowner_organization_id_key" unique="true">
            <column ascending="true" name="organization_id"/>
         </index>
         <index name="organizations_ext_organizationowner_organization_user_id_key" unique="true">
            <column ascending="true" name="organization_user_id"/>
         </index>
      </table>
      <table name="organizations_ext_organizationuser" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('organizations_ext_organizationuser_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="organization_user_id" foreignKey="organizations_ext_or_organization_user_id_d9d30739_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organizationowner"/>
            <child column="organizationuser_id" foreignKey="teams_team_members_n_organizationuser_id_96fbcfb6_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="teams_team_members"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="2" name="modified" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="role" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="organization_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="organizations_ext_or_organization_id_f5a7ee4a_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organization"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="user_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="organizations_ext_or_user_id_d255140d_fk_users_use" implied="false" onDeleteCascade="false" schema="public" table="users_user"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="email" nullable="true" remarks="" size="254" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="organizations_ext_organizationuser_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="organizations_ext_organi_email_organization_id_22b69941_uniq" unique="true">
            <column ascending="true" name="email"/>
            <column ascending="true" name="organization_id"/>
         </index>
         <index name="organizations_ext_organi_user_id_organization_id_60b380fc_uniq" unique="true">
            <column ascending="true" name="user_id"/>
            <column ascending="true" name="organization_id"/>
         </index>
         <index name="organizations_ext_organizationuser_organization_id_f5a7ee4a" unique="false">
            <column ascending="true" name="organization_id"/>
         </index>
         <index name="organizations_ext_organizationuser_user_id_d255140d" unique="false">
            <column ascending="true" name="user_id"/>
         </index>
         <checkConstraint constraint="((role &gt;= 0))" name="organizations_ext_organizationuser_role_check"/>
      </table>
      <table name="performance_span" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('performance_span_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="span_id" nullable="false" remarks="" size="16" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="parent_span_id" nullable="true" remarks="" size="16" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="op" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="description" nullable="true" remarks="" size="1024" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="6" name="start_timestamp" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="7" name="timestamp" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="tags" nullable="false" remarks="" size="2147483647" type="hstore" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="data" nullable="false" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="transaction_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="event_id" foreignKey="performance_span_transaction_id_d0adedc2_fk_performan" implied="false" onDeleteCascade="false" schema="public" table="performance_transactionevent"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="performance_span_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="performance_span_created_e7ceba41" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="performance_span_transaction_id_d0adedc2" unique="false">
            <column ascending="true" name="transaction_id"/>
         </index>
      </table>
      <table name="performance_transactionevent" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="event_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="transaction_id" foreignKey="performance_span_transaction_id_d0adedc2_fk_performan" implied="false" onDeleteCascade="false" schema="public" table="performance_span"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="data" nullable="false" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="3" name="timestamp" nullable="true" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="4" name="start_timestamp" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="trace_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="group_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="performance_transact_group_id_92833b44_fk_performan" implied="false" onDeleteCascade="false" schema="public" table="performance_transactiongroup"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="tags" nullable="false" remarks="" size="2147483647" type="hstore" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="8" name="duration" nullable="false" remarks="" size="49" type="interval" typeCode="1111"/>
         <primaryKey column="event_id" sequenceNumberInPK="1"/>
         <index name="performance_transactionevent_pkey" unique="true">
            <column ascending="true" name="event_id"/>
         </index>
         <index name="performance_transactionevent_created_5d7e9f74" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="performance_transactionevent_duration_f081efe6" unique="false">
            <column ascending="true" name="duration"/>
         </index>
         <index name="performance_transactionevent_group_id_92833b44" unique="false">
            <column ascending="true" name="group_id"/>
         </index>
         <index name="performance_transactionevent_trace_id_0eb9bcf1" unique="false">
            <column ascending="true" name="trace_id"/>
         </index>
      </table>
      <table name="performance_transactiongroup" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('performance_transactiongroup_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="group_id" foreignKey="performance_transact_group_id_92833b44_fk_performan" implied="false" onDeleteCascade="false" schema="public" table="performance_transactionevent"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="transaction" nullable="false" remarks="" size="1024" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="op" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="method" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="project_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="performance_transact_project_id_0d3abdaf_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="projects_project"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="search_vector" nullable="true" remarks="" size="2147483647" type="tsvector" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="tags" nullable="false" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="performance_transactiongroup_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="performance_transactiong_title_project_id_op_meth_48de3700_uniq" unique="true">
            <column ascending="true" name="transaction"/>
            <column ascending="true" name="project_id"/>
            <column ascending="true" name="op"/>
            <column ascending="true" name="method"/>
         </index>
         <index name="performance_transactiongroup_created_cc5bd894" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="performance_transactiongroup_project_id_0d3abdaf" unique="false">
            <column ascending="true" name="project_id"/>
         </index>
      </table>
      <table name="projects_project" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('projects_project_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="project_id" foreignKey="alerts_projectalert_project_id_d72e26b7_fk_projects_project_id" implied="false" onDeleteCascade="false" schema="public" table="alerts_projectalert"/>
            <child column="project_id" foreignKey="difs_debuginformatio_project_id_98b3bcff_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="difs_debuginformationfile"/>
            <child column="project_id" foreignKey="environments_environ_project_id_f1b49983_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="environments_environmentproject"/>
            <child column="project_id" foreignKey="issues_issue_project_id_4b0f3e2f_fk_projects_project_id" implied="false" onDeleteCascade="false" schema="public" table="issues_issue"/>
            <child column="project_id" foreignKey="performance_transact_project_id_0d3abdaf_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="performance_transactiongroup"/>
            <child column="project_id" foreignKey="projects_projectcoun_project_id_c04e0a63_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="projects_projectcounter"/>
            <child column="project_id" foreignKey="projects_projectkey_project_id_4643220b_fk_projects_project_id" implied="false" onDeleteCascade="false" schema="public" table="projects_projectkey"/>
            <child column="project_id" foreignKey="releases_release_pro_project_id_375a83f0_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="releases_release_projects"/>
            <child column="project_id" foreignKey="releases_releaseproj_project_id_69d8217c_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="releases_releaseproject"/>
            <child column="project_id" foreignKey="teams_team_projects_project_id_66bc9dde_fk_projects_project_id" implied="false" onDeleteCascade="false" schema="public" table="teams_team_projects"/>
            <child column="project_id" foreignKey="uptime_monitor_project_id_99a888b1_fk_projects_project_id" implied="false" onDeleteCascade="false" schema="public" table="uptime_monitor"/>
            <child column="project_id" foreignKey="user_reports_userrep_project_id_2625dd63_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="user_reports_userreport"/>
            <child column="project_id" foreignKey="users_userprojectale_project_id_ed3bf990_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="users_userprojectalert"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="slug" nullable="false" remarks="" size="50" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="name" nullable="false" remarks="" size="64" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="3" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="platform" nullable="true" remarks="" size="64" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="organization_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="projects_project_organization_id_c93e5ca2_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organization"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="6" id="6" name="first_event" nullable="true" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="scrub_ip_addresses" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="projects_project_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="projects_project_created_857f80bc" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="projects_project_organization_id_c93e5ca2" unique="false">
            <column ascending="true" name="organization_id"/>
         </index>
         <index name="projects_project_organization_id_slug_ccb1507a_uniq" unique="true">
            <column ascending="true" name="organization_id"/>
            <column ascending="true" name="slug"/>
         </index>
         <index name="projects_project_slug_2d50067a" unique="false">
            <column ascending="true" name="slug"/>
         </index>
         <index name="projects_project_slug_2d50067a_like" unique="false">
            <column ascending="true" name="slug"/>
         </index>
      </table>
      <table name="projects_projectcounter" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('projects_projectcounter_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="value" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="project_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="projects_projectcoun_project_id_c04e0a63_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="projects_project"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="projects_projectcounter_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="projects_projectcounter_project_id_key" unique="true">
            <column ascending="true" name="project_id"/>
         </index>
         <checkConstraint constraint="((value &gt;= 0))" name="projects_projectcounter_value_check"/>
      </table>
      <table name="projects_projectkey" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('projects_projectkey_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="label" nullable="false" remarks="" size="64" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="public_key" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="3" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="rate_limit_count" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="rate_limit_window" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="data" nullable="true" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="project_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="projects_projectkey_project_id_4643220b_fk_projects_project_id" implied="false" onDeleteCascade="false" schema="public" table="projects_project"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="projects_projectkey_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="projects_projectkey_created_205a4393" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="projects_projectkey_project_id_4643220b" unique="false">
            <column ascending="true" name="project_id"/>
         </index>
         <index name="projects_projectkey_public_key_key" unique="true">
            <column ascending="true" name="public_key"/>
         </index>
         <checkConstraint constraint="((rate_limit_count &gt;= 0))" name="projects_projectkey_rate_limit_count_check"/>
         <checkConstraint constraint="((rate_limit_window &gt;= 0))" name="projects_projectkey_rate_limit_window_check"/>
      </table>
      <table name="releases_release" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('releases_release_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="release_id" foreignKey="issues_event_release_id_19c73b66_fk_releases_release_id" implied="false" onDeleteCascade="false" schema="public" table="events_event"/>
            <child column="release_id" foreignKey="releases_release_pro_release_id_7053dee2_fk_releases_" implied="false" onDeleteCascade="false" schema="public" table="releases_release_projects"/>
            <child column="release_id" foreignKey="releases_releasefile_release_id_a20b1af5_fk_releases_release_id" implied="false" onDeleteCascade="false" schema="public" table="releases_releasefile"/>
            <child column="release_id" foreignKey="releases_releaseproj_release_id_962ac218_fk_releases_" implied="false" onDeleteCascade="false" schema="public" table="releases_releaseproject"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="version" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="ref" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="url" nullable="true" remarks="" size="200" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="4" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="5" name="released" nullable="true" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="data" nullable="false" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="commit_count" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="deploy_count" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="organization_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="releases_release_organization_id_d23b0b80_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organization"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="owner_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="releases_release_owner_id_0dd1b0e8_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="users_user"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="releases_release_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="releases_release_created_e98aff08" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="releases_release_organization_id_d23b0b80" unique="false">
            <column ascending="true" name="organization_id"/>
         </index>
         <index name="releases_release_organization_id_version_3bc93805_uniq" unique="true">
            <column ascending="true" name="organization_id"/>
            <column ascending="true" name="version"/>
         </index>
         <index name="releases_release_owner_id_0dd1b0e8" unique="false">
            <column ascending="true" name="owner_id"/>
         </index>
         <checkConstraint constraint="((commit_count &gt;= 0))" name="releases_release_commit_count_check"/>
         <checkConstraint constraint="((deploy_count &gt;= 0))" name="releases_release_deploy_count_check"/>
      </table>
      <table name="releases_release_projects" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('releases_release_projects_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="release_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="releases_release_pro_release_id_7053dee2_fk_releases_" implied="false" onDeleteCascade="false" schema="public" table="releases_release"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="project_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="releases_release_pro_project_id_375a83f0_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="projects_project"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="releases_release_projects_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="releases_release_projects_project_id_375a83f0" unique="false">
            <column ascending="true" name="project_id"/>
         </index>
         <index name="releases_release_projects_release_id_7053dee2" unique="false">
            <column ascending="true" name="release_id"/>
         </index>
         <index name="releases_release_projects_release_id_project_id_97bf4138_uniq" unique="true">
            <column ascending="true" name="release_id"/>
            <column ascending="true" name="project_id"/>
         </index>
      </table>
      <table name="releases_releasefile" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('releases_releasefile_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="ident" nullable="false" remarks="" size="40" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="name" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="file_id" nullable="false" remarks="" size="19" type="int8" typeCode="-5">
            <parent column="id" foreignKey="releases_releasefile_file_id_c31c0d06_fk_files_file_id" implied="false" onDeleteCascade="false" schema="public" table="files_file"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="release_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="releases_releasefile_release_id_a20b1af5_fk_releases_release_id" implied="false" onDeleteCascade="false" schema="public" table="releases_release"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="releases_releasefile_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="releases_releasefile_created_c414798a" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="releases_releasefile_file_id_c31c0d06" unique="false">
            <column ascending="true" name="file_id"/>
         </index>
         <index name="releases_releasefile_release_id_a20b1af5" unique="false">
            <column ascending="true" name="release_id"/>
         </index>
         <index name="releases_releasefile_release_id_file_id_5267af12_uniq" unique="true">
            <column ascending="true" name="release_id"/>
            <column ascending="true" name="file_id"/>
         </index>
         <index name="releases_releasefile_release_id_ident_2953df41_uniq" unique="true">
            <column ascending="true" name="release_id"/>
            <column ascending="true" name="ident"/>
         </index>
      </table>
      <table name="releases_releaseproject" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('releases_releaseproject_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="project_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="releases_releaseproj_project_id_69d8217c_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="projects_project"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="release_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="releases_releaseproj_release_id_962ac218_fk_releases_" implied="false" onDeleteCascade="false" schema="public" table="releases_release"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="releases_releaseproject_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="releases_releaseproject_project_id_69d8217c" unique="false">
            <column ascending="true" name="project_id"/>
         </index>
         <index name="releases_releaseproject_project_id_release_id_bca7fb5b_uniq" unique="true">
            <column ascending="true" name="project_id"/>
            <column ascending="true" name="release_id"/>
         </index>
         <index name="releases_releaseproject_release_id_962ac218" unique="false">
            <column ascending="true" name="release_id"/>
         </index>
      </table>
      <table name="socialaccount_socialaccount" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('socialaccount_socialaccount_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="account_id" foreignKey="socialaccount_social_account_id_951f210e_fk_socialacc" implied="false" onDeleteCascade="false" schema="public" table="socialaccount_socialtoken"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="provider" nullable="false" remarks="" size="30" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="uid" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="3" name="last_login" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="4" name="date_joined" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="extra_data" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="user_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="socialaccount_socialaccount_user_id_8146e70c_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="users_user"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="socialaccount_socialaccount_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="socialaccount_socialaccount_provider_uid_fc810c6e_uniq" unique="true">
            <column ascending="true" name="provider"/>
            <column ascending="true" name="uid"/>
         </index>
         <index name="socialaccount_socialaccount_user_id_8146e70c" unique="false">
            <column ascending="true" name="user_id"/>
         </index>
      </table>
      <table name="socialaccount_socialapp" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('socialaccount_socialapp_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="socialapp_id" foreignKey="socialaccount_social_socialapp_id_97fb6e7d_fk_socialacc" implied="false" onDeleteCascade="false" schema="public" table="socialaccount_socialapp_sites"/>
            <child column="app_id" foreignKey="socialaccount_social_app_id_636a42d7_fk_socialacc" implied="false" onDeleteCascade="false" schema="public" table="socialaccount_socialtoken"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="provider" nullable="false" remarks="" size="30" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="name" nullable="false" remarks="" size="40" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="client_id" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="secret" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="key" nullable="false" remarks="" size="191" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="socialaccount_socialapp_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="socialaccount_socialapp_sites" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('socialaccount_socialapp_sites_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="socialapp_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="socialaccount_social_socialapp_id_97fb6e7d_fk_socialacc" implied="false" onDeleteCascade="false" schema="public" table="socialaccount_socialapp"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="site_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="socialaccount_social_site_id_2579dee5_fk_django_si" implied="false" onDeleteCascade="false" schema="public" table="django_site"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="socialaccount_socialapp_sites_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="socialaccount_socialapp__socialapp_id_site_id_71a9a768_uniq" unique="true">
            <column ascending="true" name="socialapp_id"/>
            <column ascending="true" name="site_id"/>
         </index>
         <index name="socialaccount_socialapp_sites_site_id_2579dee5" unique="false">
            <column ascending="true" name="site_id"/>
         </index>
         <index name="socialaccount_socialapp_sites_socialapp_id_97fb6e7d" unique="false">
            <column ascending="true" name="socialapp_id"/>
         </index>
      </table>
      <table name="socialaccount_socialtoken" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('socialaccount_socialtoken_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="token" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="token_secret" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="3" name="expires_at" nullable="true" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="account_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="socialaccount_social_account_id_951f210e_fk_socialacc" implied="false" onDeleteCascade="false" schema="public" table="socialaccount_socialaccount"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="app_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="socialaccount_social_app_id_636a42d7_fk_socialacc" implied="false" onDeleteCascade="false" schema="public" table="socialaccount_socialapp"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="socialaccount_socialtoken_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="socialaccount_socialtoken_account_id_951f210e" unique="false">
            <column ascending="true" name="account_id"/>
         </index>
         <index name="socialaccount_socialtoken_app_id_636a42d7" unique="false">
            <column ascending="true" name="app_id"/>
         </index>
         <index name="socialaccount_socialtoken_app_id_account_id_fca4e0ac_uniq" unique="true">
            <column ascending="true" name="app_id"/>
            <column ascending="true" name="account_id"/>
         </index>
      </table>
      <table name="teams_team" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('teams_team_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="team_id" foreignKey="teams_team_members_new_team_id_1a77086a_fk_teams_team_id" implied="false" onDeleteCascade="false" schema="public" table="teams_team_members"/>
            <child column="team_id" foreignKey="teams_team_projects_team_id_ec11abec_fk_teams_team_id" implied="false" onDeleteCascade="false" schema="public" table="teams_team_projects"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="slug" nullable="false" remarks="" size="50" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="organization_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="teams_team_organization_id_e98fce1d_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organization"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="teams_team_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="teams_team_created_db346297" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="teams_team_organization_id_e98fce1d" unique="false">
            <column ascending="true" name="organization_id"/>
         </index>
         <index name="teams_team_slug_301a24e5" unique="false">
            <column ascending="true" name="slug"/>
         </index>
         <index name="teams_team_slug_301a24e5_like" unique="false">
            <column ascending="true" name="slug"/>
         </index>
         <index name="teams_team_slug_organization_id_878caab4_uniq" unique="true">
            <column ascending="true" name="slug"/>
            <column ascending="true" name="organization_id"/>
         </index>
      </table>
      <table name="teams_team_members" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('teams_team_members_new_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="team_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="teams_team_members_new_team_id_1a77086a_fk_teams_team_id" implied="false" onDeleteCascade="false" schema="public" table="teams_team"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="organizationuser_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="teams_team_members_n_organizationuser_id_96fbcfb6_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organizationuser"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="teams_team_members_new_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="teams_team_members_new_organizationuser_id_96fbcfb6" unique="false">
            <column ascending="true" name="organizationuser_id"/>
         </index>
         <index name="teams_team_members_new_team_id_1a77086a" unique="false">
            <column ascending="true" name="team_id"/>
         </index>
         <index name="teams_team_members_new_team_id_organizationuser_c9f73a4d_uniq" unique="true">
            <column ascending="true" name="team_id"/>
            <column ascending="true" name="organizationuser_id"/>
         </index>
      </table>
      <table name="teams_team_projects" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('teams_team_projects_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="team_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="teams_team_projects_team_id_ec11abec_fk_teams_team_id" implied="false" onDeleteCascade="false" schema="public" table="teams_team"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="project_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="teams_team_projects_project_id_66bc9dde_fk_projects_project_id" implied="false" onDeleteCascade="false" schema="public" table="projects_project"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="teams_team_projects_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="teams_team_projects_project_id_66bc9dde" unique="false">
            <column ascending="true" name="project_id"/>
         </index>
         <index name="teams_team_projects_team_id_ec11abec" unique="false">
            <column ascending="true" name="team_id"/>
         </index>
         <index name="teams_team_projects_team_id_project_id_eaad43ab_uniq" unique="true">
            <column ascending="true" name="team_id"/>
            <column ascending="true" name="project_id"/>
         </index>
      </table>
      <table name="uptime_monitor" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('uptime_monitor_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="19" type="bigserial" typeCode="-5">
            <child column="monitor_id" foreignKey="uptime_monitorcheck_monitor_id_22034d3b_fk_uptime_monitor_id" implied="false" onDeleteCascade="false" schema="public" table="uptime_monitorcheck"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="monitor_type" nullable="false" remarks="" size="12" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="name" nullable="false" remarks="" size="200" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="url" nullable="false" remarks="" size="2000" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="expected_status" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="expected_body" nullable="false" remarks="" size="2000" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="7" name="interval" nullable="false" remarks="" size="49" type="interval" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="environment_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="uptime_monitor_environment_id_c1ee6182_fk_environme" implied="false" onDeleteCascade="false" schema="public" table="environments_environment"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="organization_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="uptime_monitor_organization_id_a3fa8f6e_fk_organizat" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organization"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="project_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="uptime_monitor_project_id_99a888b1_fk_projects_project_id" implied="false" onDeleteCascade="false" schema="public" table="projects_project"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="endpoint_id" nullable="true" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="uptime_monitor_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="uptime_monitor_created_1b993b9e" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="uptime_monitor_environment_id_c1ee6182" unique="false">
            <column ascending="true" name="environment_id"/>
         </index>
         <index name="uptime_monitor_organization_id_a3fa8f6e" unique="false">
            <column ascending="true" name="organization_id"/>
         </index>
         <index name="uptime_monitor_project_id_99a888b1" unique="false">
            <column ascending="true" name="project_id"/>
         </index>
         <checkConstraint constraint="((expected_status &gt;= 0))" name="uptime_monitor_expected_status_check"/>
      </table>
      <table name="uptime_monitorcheck" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('uptime_monitorcheck_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="19" type="bigserial" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="1" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="is_up" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="3" name="start_check" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="reason" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="5" name="response_time" nullable="true" remarks="" size="49" type="interval" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="data" nullable="true" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="monitor_id" nullable="false" remarks="" size="19" type="int8" typeCode="-5">
            <parent column="id" foreignKey="uptime_monitorcheck_monitor_id_22034d3b_fk_uptime_monitor_id" implied="false" onDeleteCascade="false" schema="public" table="uptime_monitor"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="uptime_monitorcheck_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="uptime_moni_start_c_6434f7_idx" unique="false">
            <column ascending="true" name="start_check"/>
            <column ascending="true" name="monitor_id"/>
         </index>
         <index name="uptime_monitorcheck_created_30ad32ef" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="uptime_monitorcheck_monitor_id_22034d3b" unique="false">
            <column ascending="true" name="monitor_id"/>
         </index>
         <checkConstraint constraint="((reason &gt;= 0))" name="uptime_monitorcheck_reason_check"/>
      </table>
      <table name="user_reports_userreport" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('user_reports_userreport_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="event_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="name" nullable="false" remarks="" size="128" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="email" nullable="false" remarks="" size="254" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="comments" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="5" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="issue_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="user_reports_userreport_issue_id_474c6f4f_fk_issues_issue_id" implied="false" onDeleteCascade="false" schema="public" table="issues_issue"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="project_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="user_reports_userrep_project_id_2625dd63_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="projects_project"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="user_reports_userreport_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="user_reports_userreport_created_94346a90" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="user_reports_userreport_issue_id_474c6f4f" unique="false">
            <column ascending="true" name="issue_id"/>
         </index>
         <index name="user_reports_userreport_project_id_2625dd63" unique="false">
            <column ascending="true" name="project_id"/>
         </index>
         <index name="user_reports_userreport_project_id_event_id_926e3495_uniq" unique="true">
            <column ascending="true" name="project_id"/>
            <column ascending="true" name="event_id"/>
         </index>
      </table>
      <table name="users_user" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('users_user_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="user_id" foreignKey="account_emailaddress_user_id_2c513194_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="account_emailaddress"/>
            <child column="user_id" foreignKey="api_tokens_apitoken_user_id_92435ca3_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="api_tokens_apitoken"/>
            <child column="user_id" foreignKey="django_admin_log_user_id_c564eba6_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="django_admin_log"/>
            <child column="user_id" foreignKey="django_rest_mfa_userkey_user_id_bd136d97_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="django_rest_mfa_userkey"/>
            <child column="invited_by_id" foreignKey="organizations_ext_or_invited_by_id_35eeb92a_fk_users_use" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organizationinvitation"/>
            <child column="invitee_id" foreignKey="organizations_ext_or_invitee_id_9a400689_fk_users_use" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organizationinvitation"/>
            <child column="user_id" foreignKey="organizations_ext_or_user_id_d255140d_fk_users_use" implied="false" onDeleteCascade="false" schema="public" table="organizations_ext_organizationuser"/>
            <child column="owner_id" foreignKey="releases_release_owner_id_0dd1b0e8_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="releases_release"/>
            <child column="user_id" foreignKey="socialaccount_socialaccount_user_id_8146e70c_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="socialaccount_socialaccount"/>
            <child column="user_id" foreignKey="users_user_groups_user_id_5f6f5a90_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="users_user_groups"/>
            <child column="user_id" foreignKey="users_user_user_permissions_user_id_20aca447_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="users_user_user_permissions"/>
            <child column="user_id" foreignKey="users_userprojectalerts_user_id_c4bec7a2_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="users_userprojectalert"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="password" nullable="false" remarks="" size="128" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="2" name="last_login" nullable="true" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="is_superuser" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="email" nullable="false" remarks="" size="254" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="is_staff" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="is_active" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="7" name="created" nullable="false" remarks="" size="35" type="timestamptz" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="subscribe_by_default" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="name" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="analytics" nullable="true" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="users_user_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="users_user_email_243f6e77_like" unique="false">
            <column ascending="true" name="email"/>
         </index>
         <index name="users_user_email_key" unique="true">
            <column ascending="true" name="email"/>
         </index>
      </table>
      <table name="users_user_groups" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('users_user_groups_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="user_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="users_user_groups_user_id_5f6f5a90_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="users_user"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="group_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="users_user_groups_group_id_9afc8d0e_fk_auth_group_id" implied="false" onDeleteCascade="false" schema="public" table="auth_group"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="users_user_groups_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="users_user_groups_group_id_9afc8d0e" unique="false">
            <column ascending="true" name="group_id"/>
         </index>
         <index name="users_user_groups_user_id_5f6f5a90" unique="false">
            <column ascending="true" name="user_id"/>
         </index>
         <index name="users_user_groups_user_id_group_id_b88eab82_uniq" unique="true">
            <column ascending="true" name="user_id"/>
            <column ascending="true" name="group_id"/>
         </index>
      </table>
      <table name="users_user_user_permissions" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('users_user_user_permissions_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="user_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="users_user_user_permissions_user_id_20aca447_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="users_user"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="permission_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="users_user_user_perm_permission_id_0b93982e_fk_auth_perm" implied="false" onDeleteCascade="false" schema="public" table="auth_permission"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="users_user_user_permissions_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="users_user_user_permissions_permission_id_0b93982e" unique="false">
            <column ascending="true" name="permission_id"/>
         </index>
         <index name="users_user_user_permissions_user_id_20aca447" unique="false">
            <column ascending="true" name="user_id"/>
         </index>
         <index name="users_user_user_permissions_user_id_permission_id_43338c45_uniq" unique="true">
            <column ascending="true" name="user_id"/>
            <column ascending="true" name="permission_id"/>
         </index>
      </table>
      <table name="users_userprojectalert" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('users_userprojectalerts_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="status" nullable="false" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="project_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="users_userprojectale_project_id_ed3bf990_fk_projects_" implied="false" onDeleteCascade="false" schema="public" table="projects_project"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="user_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="users_userprojectalerts_user_id_c4bec7a2_fk_users_user_id" implied="false" onDeleteCascade="false" schema="public" table="users_user"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="users_userprojectalerts_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="users_userprojectalerts_project_id_ed3bf990" unique="false">
            <column ascending="true" name="project_id"/>
         </index>
         <index name="users_userprojectalerts_user_id_c4bec7a2" unique="false">
            <column ascending="true" name="user_id"/>
         </index>
         <index name="users_userprojectalerts_user_id_project_id_fc914f89_uniq" unique="true">
            <column ascending="true" name="user_id"/>
            <column ascending="true" name="project_id"/>
         </index>
         <checkConstraint constraint="((status &gt;= 0))" name="users_userprojectalerts_status_check"/>
      </table>
   </tables>
</database>
