<?xml version="1.0" encoding="UTF-8"?><database name="mydb" schema="public" type="PostgreSQL - 14.0 (Debian 14.0-1.pgdg110+1)">
   <tables>
      <table name="article_tag" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="article_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="article_tag_article_id_fkey" implied="false" onDeleteCascade="false" schema="public" table="articles"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="tag_id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <parent column="id" foreignKey="article_tag_tag_id_fkey" implied="false" onDeleteCascade="false" schema="public" table="tags"/>
         </column>
         <primaryKey column="article_id" sequenceNumberInPK="1"/>
         <primaryKey column="tag_id" sequenceNumberInPK="2"/>
         <index name="article_tag_pkey" unique="true">
            <column ascending="true" name="article_id"/>
            <column ascending="true" name="tag_id"/>
         </index>
      </table>
      <table name="articles" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="uuid_generate_v4()" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="article_id" foreignKey="article_tag_article_id_fkey" implied="false" onDeleteCascade="false" schema="public" table="article_tag"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="title" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="content" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="CURRENT_TIMESTAMP" digits="6" id="3" name="creation_date" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="articles_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="schema_migrations" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="version" nullable="false" remarks="" size="128" type="varchar" typeCode="12"/>
         <primaryKey column="version" sequenceNumberInPK="1"/>
         <index name="schema_migrations_pkey" unique="true">
            <column ascending="true" name="version"/>
         </index>
      </table>
      <table name="tags" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="uuid_generate_v4()" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111">
            <child column="tag_id" foreignKey="article_tag_tag_id_fkey" implied="false" onDeleteCascade="false" schema="public" table="article_tag"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="label" nullable="true" remarks="" size="50" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="tags_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="tags_label_key" unique="true">
            <column ascending="true" name="label"/>
         </index>
      </table>
      <table name="users" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="uuid_generate_v4()" digits="0" id="0" name="id" nullable="false" remarks="" size="2147483647" type="uuid" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="first_name" nullable="false" remarks="" size="50" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="last_name" nullable="false" remarks="" size="50" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="email" nullable="false" remarks="" size="100" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="users_pkey" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="users_email_key" unique="true">
            <column ascending="true" name="email"/>
         </index>
      </table>
   </tables>
</database>
