<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="goldenrat" schema="public" type="PostgreSQL - 15.8 (Debian 15.8-1.pgdg110+1)">
   <sequences>
      <sequence increment="1" name="bingo_id_seq" startValue="1"/>
      <sequence increment="1" name="card_id_seq" startValue="1"/>
      <sequence increment="1" name="drawn_number_id_seq" startValue="1"/>
      <sequence increment="1" name="payment_id_seq" startValue="1"/>
      <sequence increment="1" name="permission_id_seq" startValue="1"/>
      <sequence increment="1" name="prize_id_seq" startValue="1"/>
      <sequence increment="1" name="role_id_seq" startValue="1"/>
      <sequence increment="1" name="role_permission_link_id_seq" startValue="1"/>
      <sequence increment="1" name="sync_queue_id_seq" startValue="1"/>
      <sequence increment="1" name="user_id_seq" startValue="1"/>
      <sequence increment="1" name="user_role_link_id_seq" startValue="1"/>
      <sequence increment="1" name="victory_rule_id_seq" startValue="1"/>
      <sequence increment="1" name="vote_id_seq" startValue="1"/>
   </sequences>
   <tables>
      <table name="bingo" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('bingo_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="bingo_id" foreignKey="FK_2c3da7b337bcc405ce73efb7ece" implied="false" onDeleteCascade="false" schema="public" table="card"/>
            <child column="bingo_id" foreignKey="FK_215dfc807dc448ce28510031e89" implied="false" onDeleteCascade="false" schema="public" table="drawn_number"/>
            <child column="bingo_id" foreignKey="FK_238a2be3ee85279f9b707669941" implied="false" onDeleteCascade="false" schema="public" table="prize"/>
            <child column="bingo_id" foreignKey="FK_18b450295019057eea3c00d35f7" implied="false" onDeleteCascade="false" schema="public" table="victory_rule"/>
            <child column="bingo_id" foreignKey="FK_1a3a015f1c8d5f016401e0c7a97" implied="false" onDeleteCascade="false" schema="public" table="vote"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="uuid" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="2" name="date" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="3" name="card_price" nullable="false" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="status" nullable="false" remarks="" size="20" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="admin_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_5a04f6a47c943e468413d4529a0" implied="false" onDeleteCascade="false" schema="public" table="user"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="6" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="7" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="8" name="deleted_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_852d0aee265c4f8df4d04873f21" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_f60383e8ca8d750a8bf7a45f7b6" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="card" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('card_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="uuid" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="numbers" nullable="false" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="status" nullable="false" remarks="" size="20" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="4" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="6" name="deleted_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="player_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_6ed3f1f88cd30ab6867c62417f0" implied="false" onDeleteCascade="false" schema="public" table="user"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="bingo_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_2c3da7b337bcc405ce73efb7ece" implied="false" onDeleteCascade="false" schema="public" table="bingo"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_9451069b6f1199730791a7f4ae4" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_dc3046f87b3ecabadae16bc4a8b" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="drawn_number" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('drawn_number_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="uuid" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="number" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="bingo_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_215dfc807dc448ce28510031e89" implied="false" onDeleteCascade="false" schema="public" table="bingo"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="4" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="6" name="deleted_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_78795b2be2f1bcdc80e4d93b892" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_f2ef1719b462fe25506b77f0f09" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="payment" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('payment_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="uuid" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="2" name="amount" nullable="false" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="paymentType" nullable="false" remarks="" size="20" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="paymentMethod" nullable="false" remarks="" size="50" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="reference" nullable="false" remarks="" size="100" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="'pending'::character varying" digits="0" id="6" name="status" nullable="false" remarks="" size="20" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="7" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="8" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="9" name="deleted_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="user_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_c66c60a17b56ec882fcd8ec770b" implied="false" onDeleteCascade="false" schema="public" table="user"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="admin_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_bee84caeb4c03caa1aee690b3c0" implied="false" onDeleteCascade="false" schema="public" table="user"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_fcaec7df5adf9cac408c686b2ab" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_4bf2af7227a0562a1fa747298aa" unique="true">
            <column ascending="true" name="reference"/>
         </index>
         <index name="UQ_c386bf9fa50eeada75b7adcc647" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="permission" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('permission_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="permission_id" foreignKey="FK_60070a9927cef9f3987b6fe174e" implied="false" onDeleteCascade="false" schema="public" table="role_permission_link"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="uuid" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="2" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="3" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="4" name="deleted_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="name" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_3b8b97af9d9d8807e41e6f48362" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_240853a0c3353c25fb12434ad33" unique="true">
            <column ascending="true" name="name"/>
         </index>
         <index name="UQ_972bbdc048bf5d859b99488607e" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="prize" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('prize_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="uuid" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="type" nullable="false" remarks="" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="3" name="amount" nullable="false" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="description" nullable="true" remarks="" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="bingo_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_238a2be3ee85279f9b707669941" implied="false" onDeleteCascade="false" schema="public" table="bingo"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="6" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="7" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="8" name="deleted_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_ed6e4960a2fb62a3fa2025074fb" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_d182c6cb27a880050beaa00c587" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="role" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('role_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="role_id" foreignKey="FK_f2e23da3efc50030b43a3014a10" implied="false" onDeleteCascade="false" schema="public" table="role_permission_link"/>
            <child column="role_id" foreignKey="FK_3cb53b18d5c552431839f7bb023" implied="false" onDeleteCascade="false" schema="public" table="user_role_link"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="uuid" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="3" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="4" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="5" name="deleted_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_b36bcfe02fc8de3c57a8b2391c2" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_16fc336b9576146aa1f03fdc7c5" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
         <index name="UQ_ae4578dcaed5adff96595e61660" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="role_permission_link" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('role_permission_link_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="uuid" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="2" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="3" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="4" name="deleted_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="role_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_f2e23da3efc50030b43a3014a10" implied="false" onDeleteCascade="false" schema="public" table="role"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="permission_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_60070a9927cef9f3987b6fe174e" implied="false" onDeleteCascade="false" schema="public" table="permission"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_3ff4e6552dc59f085de424fa91b" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_b1c705bec20e6470c43e8870995" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="sync_queue" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('sync_queue_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="uuid" nullable="false" remarks="" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="entity" nullable="false" remarks="" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="reference_uuid" nullable="false" remarks="" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="action" nullable="false" remarks="" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="attempts" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="'pending'::character varying" digits="0" id="6" name="status" nullable="false" remarks="" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="payload" nullable="true" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="previous_payload" nullable="true" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="last_error" nullable="true" remarks="" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="10" name="last_attempt_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="11" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="12" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="13" name="deleted_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_ff45aae31ec336e210e9bb34e6b" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_5361cb6302354f8434d752d30aa" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="user" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('user_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="admin_id" foreignKey="FK_5a04f6a47c943e468413d4529a0" implied="false" onDeleteCascade="false" schema="public" table="bingo"/>
            <child column="player_id" foreignKey="FK_6ed3f1f88cd30ab6867c62417f0" implied="false" onDeleteCascade="false" schema="public" table="card"/>
            <child column="admin_id" foreignKey="FK_bee84caeb4c03caa1aee690b3c0" implied="false" onDeleteCascade="false" schema="public" table="payment"/>
            <child column="user_id" foreignKey="FK_c66c60a17b56ec882fcd8ec770b" implied="false" onDeleteCascade="false" schema="public" table="payment"/>
            <child column="user_id" foreignKey="FK_70100cf400e9257ce5cfe7d221e" implied="false" onDeleteCascade="false" schema="public" table="user_role_link"/>
            <child column="player_id" foreignKey="FK_75c52b471b46c6b4a2e08a3e840" implied="false" onDeleteCascade="false" schema="public" table="vote"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="uuid" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="email" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="name" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="'Player'::character varying" digits="0" id="4" name="role" nullable="false" remarks="" size="50" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="'0'::numeric" digits="2" id="5" name="credits" nullable="false" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="auth0_id" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="7" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="8" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="9" name="deleted_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_cace4a159ff9f2512dd42373760" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_a95e949168be7b7ece1a2382fed" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
         <index name="UQ_e12875dfb3b1d92d7d7c5377e22" unique="true">
            <column ascending="true" name="email"/>
         </index>
      </table>
      <table name="user_role_link" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('user_role_link_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="uuid" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="2" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="3" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="4" name="deleted_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <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="FK_70100cf400e9257ce5cfe7d221e" implied="false" onDeleteCascade="false" schema="public" table="user"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="role_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_3cb53b18d5c552431839f7bb023" implied="false" onDeleteCascade="false" schema="public" table="role"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_e98804d3cc205deec2259feb3d6" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_46d78442c55ea87f35d031e6a62" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="victory_rule" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('victory_rule_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="uuid" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="rule" nullable="false" remarks="" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="bingo_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_18b450295019057eea3c00d35f7" implied="false" onDeleteCascade="false" schema="public" table="bingo"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="4" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="6" name="deleted_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_18d13683894568b72e735785191" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_4d2e419e8a881bbd9521b136b54" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="vote" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('vote_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="uuid" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="option" nullable="false" remarks="" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="bingo_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_1a3a015f1c8d5f016401e0c7a97" implied="false" onDeleteCascade="false" schema="public" table="bingo"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="player_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_75c52b471b46c6b4a2e08a3e840" implied="false" onDeleteCascade="false" schema="public" table="user"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="6" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="7" name="deleted_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_2d5932d46afe39c8176f9d4be72" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_4ae2a03b4f70762789eaaed3803" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
   </tables>
</database>
