<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="jumpin_test" schema="jumpin_test" type="MySQL - 12.3.2-MariaDB-ubu2404">
   <tables>
      <table catalog="jumpin_test" name="activity" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <child catalog="jumpin_test" column="activity_id" foreignKey="FK_25AC3C1481C06096" implied="false" onDeleteCascade="true" table="activity_event"/>
            <child catalog="jumpin_test" column="activity_id" foreignKey="FK_9BEEE2F981C06096" implied="false" onDeleteCascade="true" table="activity_execution"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="title" nullable="false" remarks="" size="255" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="2" name="description" nullable="true" remarks="" size="2147483647" type="LONGTEXT" typeCode="-1"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="3" name="emoji" nullable="true" remarks="" size="64" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="4" name="max_participants" nullable="true" remarks="" size="10" type="INT UNSIGNED" typeCode="4"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="5" name="meeting_point" nullable="true" remarks="" size="255" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="6" name="pid" nullable="true" remarks="" size="16" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="created_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="updated_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="location_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_AC74095A64D218E" implied="false" onDeleteCascade="false" table="location"/>
         </column>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="10" name="level" nullable="true" remarks="" size="10" type="INT UNSIGNED" typeCode="4"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="11" name="heightlevel_up" nullable="true" remarks="" size="10" type="INT UNSIGNED" typeCode="4"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="12" name="heightlevel_down" nullable="true" remarks="" size="10" type="INT UNSIGNED" typeCode="4"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="13" name="organisatory_info" nullable="true" remarks="" size="2147483647" type="LONGTEXT" typeCode="-1"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="14" name="requirements" nullable="true" remarks="" size="255" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="15" name="bookable" nullable="false" remarks="" size="3" type="TINYINT" typeCode="-6"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="activity_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="IDX_AC74095A64D218E" unique="false">
            <column ascending="true" name="location_id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_AC74095A5550C4ED" unique="true">
            <column ascending="true" name="pid"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="activity_assignment" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="role" nullable="false" remarks="" size="32" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="2" name="pid" nullable="true" remarks="" size="16" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="created_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="updated_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="activity_execution_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_65277AB25EAA9705" implied="false" onDeleteCascade="true" table="activity_execution"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="user_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_65277AB2A76ED395" implied="false" onDeleteCascade="true" table="user"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="activity_assignment_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="IDX_65277AB25EAA9705" unique="false">
            <column ascending="true" name="activity_execution_id"/>
         </index>
         <index name="IDX_65277AB2A76ED395" unique="false">
            <column ascending="true" name="user_id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_65277AB25550C4ED" unique="true">
            <column ascending="true" name="pid"/>
         </index>
         <index name="uniq_activity_assignment_activity_execution_user" unique="true">
            <column ascending="true" name="activity_execution_id"/>
            <column ascending="true" name="user_id"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="activity_event" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="activity_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_25AC3C1481C06096" implied="false" onDeleteCascade="true" table="activity"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="event_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_25AC3C1471F7E88B" implied="false" onDeleteCascade="true" table="event"/>
         </column>
         <primaryKey column="activity_id" sequenceNumberInPK="1"/>
         <primaryKey column="event_id" sequenceNumberInPK="2"/>
         <index name="activity_event_s_pk" unique="true">
            <column ascending="true" name="activity_id"/>
            <column ascending="true" name="event_id"/>
         </index>
         <index name="IDX_25AC3C1471F7E88B" unique="false">
            <column ascending="true" name="event_id"/>
         </index>
         <index name="IDX_25AC3C1481C06096" unique="false">
            <column ascending="true" name="activity_id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="activity_id"/>
            <column ascending="true" name="event_id"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="activity_execution" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <child catalog="jumpin_test" column="activity_execution_id" foreignKey="FK_65277AB25EAA9705" implied="false" onDeleteCascade="true" table="activity_assignment"/>
            <child catalog="jumpin_test" column="activity_execution_id" foreignKey="FK_E00CEDDE5EAA9705" implied="false" onDeleteCascade="true" table="booking"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="start_time" nullable="false" remarks="" size="8" type="TIME" typeCode="92"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="end_time" nullable="false" remarks="" size="8" type="TIME" typeCode="92"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="3" name="pid" nullable="true" remarks="" size="16" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="created_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="updated_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="activity_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_9BEEE2F981C06096" implied="false" onDeleteCascade="true" table="activity"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="event_timeslot_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_9BEEE2F952A96A69" implied="false" onDeleteCascade="true" table="event_timeslot"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="activity_execution_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="IDX_9BEEE2F952A96A69" unique="false">
            <column ascending="true" name="event_timeslot_id"/>
         </index>
         <index name="IDX_9BEEE2F981C06096" unique="false">
            <column ascending="true" name="activity_id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_9BEEE2F95550C4ED" unique="true">
            <column ascending="true" name="pid"/>
         </index>
         <index name="uniq_activity_event_timeslot_start" unique="true">
            <column ascending="true" name="activity_id"/>
            <column ascending="true" name="event_timeslot_id"/>
            <column ascending="true" name="start_time"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="assignment" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="role" nullable="false" remarks="" size="32" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="2" name="attended" nullable="true" remarks="" size="3" type="TINYINT" typeCode="-6"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="3" name="attended_at" nullable="true" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="4" name="pid" nullable="true" remarks="" size="16" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="created_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="updated_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="event_timeslot_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_30C544BA52A96A69" implied="false" onDeleteCascade="true" table="event_timeslot"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="user_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_30C544BAA76ED395" implied="false" onDeleteCascade="true" table="user"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="assignment_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="IDX_30C544BA52A96A69" unique="false">
            <column ascending="true" name="event_timeslot_id"/>
         </index>
         <index name="IDX_30C544BAA76ED395" unique="false">
            <column ascending="true" name="user_id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_30C544BA5550C4ED" unique="true">
            <column ascending="true" name="pid"/>
         </index>
         <index name="uniq_assignment_event_timeslot_user" unique="true">
            <column ascending="true" name="event_timeslot_id"/>
            <column ascending="true" name="user_id"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="booking" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="1" name="cancelled_at" nullable="true" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="2" name="attended" nullable="true" remarks="" size="3" type="TINYINT" typeCode="-6"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="3" name="attended_at" nullable="true" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="4" name="pid" nullable="true" remarks="" size="16" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="created_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="updated_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="activity_execution_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_E00CEDDE5EAA9705" implied="false" onDeleteCascade="true" table="activity_execution"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="user_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_E00CEDDEA76ED395" implied="false" onDeleteCascade="true" table="user"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="booking_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="IDX_E00CEDDE5EAA9705" unique="false">
            <column ascending="true" name="activity_execution_id"/>
         </index>
         <index name="IDX_E00CEDDEA76ED395" unique="false">
            <column ascending="true" name="user_id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_E00CEDDE5550C4ED" unique="true">
            <column ascending="true" name="pid"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="day" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <child catalog="jumpin_test" column="day_id" foreignKey="FK_3BE452F79C24126" implied="false" onDeleteCascade="true" table="timeslot"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="date" nullable="false" remarks="" size="10" type="DATE" typeCode="91"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="2" name="pid" nullable="true" remarks="" size="16" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="created_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="updated_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="day_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_E5A029905550C4ED" unique="true">
            <column ascending="true" name="pid"/>
         </index>
         <index name="UNIQ_E5A02990AA9E377A" unique="true">
            <column ascending="true" name="date"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="doctrine_migration_versions" numRows="15" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="version" nullable="false" remarks="" size="191" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="1" name="executed_at" nullable="true" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="2" name="execution_time" nullable="true" remarks="" size="10" type="INT" typeCode="4"/>
         <primaryKey column="version" sequenceNumberInPK="1"/>
         <index name="doctrine_migration_versions_s_pk" unique="true">
            <column ascending="true" name="version"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="version"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="event" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <child catalog="jumpin_test" column="event_id" foreignKey="FK_25AC3C1471F7E88B" implied="false" onDeleteCascade="true" table="activity_event"/>
            <child catalog="jumpin_test" column="event_id" foreignKey="FK_7D08BB2771F7E88B" implied="false" onDeleteCascade="true" table="event_timeslot"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="title" nullable="false" remarks="" size="255" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="2" name="description" nullable="true" remarks="" size="2147483647" type="LONGTEXT" typeCode="-1"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="3" name="emoji" nullable="true" remarks="" size="64" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="4" name="pid" nullable="true" remarks="" size="16" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="created_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="updated_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="7" name="location_id" nullable="true" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_3BAE0AA764D218E" implied="false" onDeleteCascade="false" table="location"/>
         </column>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="8" name="booking_opens_at" nullable="true" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="9" name="booking_closes_at" nullable="true" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="event_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="IDX_3BAE0AA764D218E" unique="false">
            <column ascending="true" name="location_id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_3BAE0AA75550C4ED" unique="true">
            <column ascending="true" name="pid"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="event_timeslot" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <child catalog="jumpin_test" column="event_timeslot_id" foreignKey="FK_9BEEE2F952A96A69" implied="false" onDeleteCascade="true" table="activity_execution"/>
            <child catalog="jumpin_test" column="event_timeslot_id" foreignKey="FK_30C544BA52A96A69" implied="false" onDeleteCascade="true" table="assignment"/>
         </column>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="1" name="pid" nullable="true" remarks="" size="16" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="created_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="updated_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="event_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_7D08BB2771F7E88B" implied="false" onDeleteCascade="true" table="event"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="timeslot_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_7D08BB27F920B9E9" implied="false" onDeleteCascade="true" table="timeslot"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="event_timeslot_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="IDX_7D08BB2771F7E88B" unique="false">
            <column ascending="true" name="event_id"/>
         </index>
         <index name="IDX_7D08BB27F920B9E9" unique="false">
            <column ascending="true" name="timeslot_id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_7D08BB275550C4ED" unique="true">
            <column ascending="true" name="pid"/>
         </index>
         <index name="uniq_event_timeslot" unique="true">
            <column ascending="true" name="event_id"/>
            <column ascending="true" name="timeslot_id"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="file" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="filename" nullable="false" remarks="" size="1024" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="2" name="display_name" nullable="true" remarks="" size="1024" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="3" name="mime_type" nullable="true" remarks="" size="255" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="4" name="size" nullable="true" remarks="" size="10" type="INT" typeCode="4"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="5" name="pid" nullable="true" remarks="" size="16" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="created_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="updated_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="file_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="idx_file_file_filename" unique="false">
            <column ascending="true" name="filename"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_8C9F36105550C4ED" unique="true">
            <column ascending="true" name="pid"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="info_page" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <child catalog="jumpin_test" column="info_page_id" foreignKey="FK_7DDD2B8D8E834A7A" implied="false" onDeleteCascade="true" table="info_page_role"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="title" nullable="false" remarks="" size="255" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="content" nullable="false" remarks="" size="2147483647" type="LONGTEXT" typeCode="-1"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="sort_order" nullable="false" remarks="" size="10" type="INT" typeCode="4"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="4" name="pid" nullable="true" remarks="" size="16" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="created_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="updated_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="7" name="emoji" nullable="true" remarks="" size="64" type="VARCHAR" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="info_page_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_4D6164AE5550C4ED" unique="true">
            <column ascending="true" name="pid"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="info_page_role" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="info_page_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_7DDD2B8D8E834A7A" implied="false" onDeleteCascade="true" table="info_page"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="role_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_7DDD2B8DD60322AC" implied="false" onDeleteCascade="true" table="role"/>
         </column>
         <primaryKey column="info_page_id" sequenceNumberInPK="1"/>
         <primaryKey column="role_id" sequenceNumberInPK="2"/>
         <index name="info_page_role_s_pk" unique="true">
            <column ascending="true" name="info_page_id"/>
            <column ascending="true" name="role_id"/>
         </index>
         <index name="IDX_7DDD2B8D8E834A7A" unique="false">
            <column ascending="true" name="info_page_id"/>
         </index>
         <index name="IDX_7DDD2B8DD60322AC" unique="false">
            <column ascending="true" name="role_id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="info_page_id"/>
            <column ascending="true" name="role_id"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="location" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <child catalog="jumpin_test" column="location_id" foreignKey="FK_AC74095A64D218E" implied="false" onDeleteCascade="false" table="activity"/>
            <child catalog="jumpin_test" column="location_id" foreignKey="FK_3BAE0AA764D218E" implied="false" onDeleteCascade="false" table="event"/>
            <child catalog="jumpin_test" column="location_id" foreignKey="FK_89ED456564D218E" implied="false" onDeleteCascade="true" table="location_assignment"/>
         </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="type" nullable="false" remarks="" size="20" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="3" name="description" nullable="true" remarks="" size="2147483647" type="LONGTEXT" typeCode="-1"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="4" name="building" nullable="true" remarks="" size="50" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="5" name="floor" nullable="true" remarks="" size="50" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="6" name="capacity" nullable="true" remarks="" size="10" type="INT UNSIGNED" typeCode="4"/>
         <column autoUpdated="false" defaultValue="NULL" digits="6" id="7" name="latitude" nullable="true" remarks="" size="10" type="DECIMAL" typeCode="3"/>
         <column autoUpdated="false" defaultValue="NULL" digits="6" id="8" name="longitude" nullable="true" remarks="" size="10" type="DECIMAL" typeCode="3"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="9" name="indoor" nullable="true" remarks="" size="3" type="TINYINT" typeCode="-6"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="10" name="pid" nullable="true" remarks="" size="16" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="created_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="updated_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="location_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_5E9E89CB5550C4ED" unique="true">
            <column ascending="true" name="pid"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="location_assignment" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="type" nullable="false" remarks="" size="10" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="2" name="pid" nullable="true" remarks="" size="16" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="created_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="updated_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="user_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_89ED4565A76ED395" implied="false" onDeleteCascade="true" table="user"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="location_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_89ED456564D218E" implied="false" onDeleteCascade="true" table="location"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="location_assignment_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="IDX_89ED456564D218E" unique="false">
            <column ascending="true" name="location_id"/>
         </index>
         <index name="IDX_89ED4565A76ED395" unique="false">
            <column ascending="true" name="user_id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_89ED45655550C4ED" unique="true">
            <column ascending="true" name="pid"/>
         </index>
         <index name="unique_user_type" unique="true">
            <column ascending="true" name="user_id"/>
            <column ascending="true" name="type"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="permission" numRows="14" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <child catalog="jumpin_test" column="permission_id" foreignKey="FK_6F7DF886FED90CCA" implied="false" onDeleteCascade="true" table="role_permission"/>
            <child catalog="jumpin_test" column="permission_id" foreignKey="FK_472E5446FED90CCA" implied="false" onDeleteCascade="true" table="user_permission"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="name" nullable="false" remarks="" size="100" type="VARCHAR" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="permission_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_E04992AA5E237E06" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="role" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <child catalog="jumpin_test" column="role_id" foreignKey="FK_7DDD2B8DD60322AC" implied="false" onDeleteCascade="true" table="info_page_role"/>
            <child catalog="jumpin_test" column="role_id" foreignKey="FK_6F7DF886D60322AC" implied="false" onDeleteCascade="true" table="role_permission"/>
            <child catalog="jumpin_test" column="role_id" foreignKey="FK_8D93D649D60322AC" implied="false" onDeleteCascade="false" table="user"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="name" nullable="false" remarks="" size="50" type="VARCHAR" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="role_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_57698A6A5E237E06" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="role_permission" numRows="26" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="role_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_6F7DF886D60322AC" implied="false" onDeleteCascade="true" table="role"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="permission_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_6F7DF886FED90CCA" implied="false" onDeleteCascade="true" table="permission"/>
         </column>
         <primaryKey column="role_id" sequenceNumberInPK="1"/>
         <primaryKey column="permission_id" sequenceNumberInPK="2"/>
         <index name="role_permission_s_pk" unique="true">
            <column ascending="true" name="role_id"/>
            <column ascending="true" name="permission_id"/>
         </index>
         <index name="IDX_6F7DF886D60322AC" unique="false">
            <column ascending="true" name="role_id"/>
         </index>
         <index name="IDX_6F7DF886FED90CCA" unique="false">
            <column ascending="true" name="permission_id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="role_id"/>
            <column ascending="true" name="permission_id"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="timeslot" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <child catalog="jumpin_test" column="timeslot_id" foreignKey="FK_7D08BB27F920B9E9" implied="false" onDeleteCascade="true" table="event_timeslot"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="start_time" nullable="false" remarks="" size="8" type="TIME" typeCode="92"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="end_time" nullable="false" remarks="" size="8" type="TIME" typeCode="92"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="3" name="pid" nullable="true" remarks="" size="16" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="created_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="updated_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="day_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_3BE452F79C24126" implied="false" onDeleteCascade="true" table="day"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="timeslot_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="IDX_3BE452F79C24126" unique="false">
            <column ascending="true" name="day_id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_3BE452F75550C4ED" unique="true">
            <column ascending="true" name="pid"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="user" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" defaultValue="null" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <child catalog="jumpin_test" column="user_id" foreignKey="FK_65277AB2A76ED395" implied="false" onDeleteCascade="true" table="activity_assignment"/>
            <child catalog="jumpin_test" column="user_id" foreignKey="FK_30C544BAA76ED395" implied="false" onDeleteCascade="true" table="assignment"/>
            <child catalog="jumpin_test" column="user_id" foreignKey="FK_E00CEDDEA76ED395" implied="false" onDeleteCascade="true" table="booking"/>
            <child catalog="jumpin_test" column="user_id" foreignKey="FK_89ED4565A76ED395" implied="false" onDeleteCascade="true" table="location_assignment"/>
            <child catalog="jumpin_test" column="user_id" foreignKey="FK_472E5446A76ED395" implied="false" onDeleteCascade="true" table="user_permission"/>
         </column>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="1" name="object_id" nullable="true" remarks="" size="255" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="pid" nullable="false" remarks="" size="255" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="3" name="email" nullable="true" remarks="" size="255" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="4" name="first_name" nullable="true" remarks="" size="255" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="5" name="last_name" nullable="true" remarks="" size="255" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="NULL" digits="0" id="6" name="profile_picture_url" nullable="true" remarks="" size="512" type="VARCHAR" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="created_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="updated_at" nullable="false" remarks="" size="19" type="DATETIME" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="role_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_8D93D649D60322AC" implied="false" onDeleteCascade="false" table="role"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="user_s_pk" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="IDX_8D93D649D60322AC" unique="false">
            <column ascending="true" name="role_id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UNIQ_8D93D649232D562B" unique="true">
            <column ascending="true" name="object_id"/>
         </index>
         <index name="UNIQ_8D93D6495550C4ED" unique="true">
            <column ascending="true" name="pid"/>
         </index>
         <index name="UNIQ_8D93D649E7927C74" unique="true">
            <column ascending="true" name="email"/>
         </index>
      </table>
      <table catalog="jumpin_test" name="user_permission" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="user_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_472E5446A76ED395" implied="false" onDeleteCascade="true" table="user"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="permission_id" nullable="false" remarks="" size="10" type="INT UNSIGNED" typeCode="4">
            <parent catalog="jumpin_test" column="id" foreignKey="FK_472E5446FED90CCA" implied="false" onDeleteCascade="true" table="permission"/>
         </column>
         <primaryKey column="user_id" sequenceNumberInPK="1"/>
         <primaryKey column="permission_id" sequenceNumberInPK="2"/>
         <index name="user_permission_s_pk" unique="true">
            <column ascending="true" name="user_id"/>
            <column ascending="true" name="permission_id"/>
         </index>
         <index name="IDX_472E5446A76ED395" unique="false">
            <column ascending="true" name="user_id"/>
         </index>
         <index name="IDX_472E5446FED90CCA" unique="false">
            <column ascending="true" name="permission_id"/>
         </index>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="user_id"/>
            <column ascending="true" name="permission_id"/>
         </index>
      </table>
   </tables>
</database>
