<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="busmgta" schema="public" type="PostgreSQL - 15.8 (Debian 15.8-1.pgdg110+1)">
   <sequences>
      <sequence increment="1" name="agency_id_seq" startValue="1"/>
      <sequence increment="1" name="calendar_id_seq" startValue="1"/>
      <sequence increment="1" name="driver_id_seq" startValue="1"/>
      <sequence increment="1" name="location_log_id_seq" startValue="1"/>
      <sequence increment="1" name="permission_id_seq" startValue="1"/>
      <sequence increment="1" name="place_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="route_id_seq" startValue="1"/>
      <sequence increment="1" name="route_stop_link_id_seq" startValue="1"/>
      <sequence increment="1" name="stop_id_seq" startValue="1"/>
      <sequence increment="1" name="stop_time_id_seq" startValue="1"/>
      <sequence increment="1" name="sync_queue_id_seq" startValue="1"/>
      <sequence increment="1" name="trip_id_seq" startValue="1"/>
      <sequence increment="1" name="unit_id_seq" startValue="1"/>
      <sequence increment="1" name="user_id_seq" startValue="1"/>
      <sequence increment="1" name="user_role_link_id_seq" startValue="1"/>
   </sequences>
   <tables>
      <table name="agency" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('agency_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="agency_id" foreignKey="FK_9d705fc89dbd1f6e3278f1dc6e3" implied="false" onDeleteCascade="false" schema="public" table="route"/>
         </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="null" digits="0" id="3" name="url" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="'America/Caracas'::character varying" digits="0" id="4" name="timezone" nullable="false" remarks="" size="64" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="'es'::character varying" digits="0" id="5" name="lang" nullable="false" remarks="" size="10" type="varchar" typeCode="12"/>
         <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"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_ab1244724d1c216e9720635a2e5" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_6f0631732d20c4ad2c459bb51f2" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="calendar" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('calendar_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="calendar_id" foreignKey="FK_d14b8e00cec02139f3cf9d86ad8" implied="false" onDeleteCascade="false" schema="public" table="trip"/>
         </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="64" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="monday" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="tuesday" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="wednesday" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="thursday" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="friday" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="8" name="saturday" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="sunday" nullable="false" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="start_date" nullable="false" remarks="" size="13" type="date" typeCode="91"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="end_date" nullable="false" remarks="" size="13" type="date" typeCode="91"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="12" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="13" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_2492fb846a48ea16d53864e3267" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_3482a3b4ffa751864e8fdda5638" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
         <index name="UQ_b6b3ef2f4caf93472534f778dc6" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="driver" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('driver_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="driver_id" foreignKey="FK_e39b008f7e49680470837aed94e" implied="false" onDeleteCascade="false" schema="public" table="unit"/>
         </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="null" digits="0" id="3" name="phone" nullable="true" remarks="" size="20" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="license_number" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <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"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="user_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_732fa4b746b5fd36d24e72576e7" implied="false" onDeleteCascade="false" schema="public" table="user"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_61de71a8d217d585ecd5ee3d065" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="REL_732fa4b746b5fd36d24e72576e" unique="true">
            <column ascending="true" name="user_id"/>
         </index>
         <index name="UQ_4b0f53b397194c31ef3da0c38a1" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="geography_columns" numRows="0" remarks="" schema="public" type="VIEW" viewSql=" SELECT current_database() AS f_table_catalog,&#10;    n.nspname AS f_table_schema,&#10;    c.relname AS f_table_name,&#10;    a.attname AS f_geography_column,&#10;    postgis_typmod_dims(a.atttypmod) AS coord_dimension,&#10;    postgis_typmod_srid(a.atttypmod) AS srid,&#10;    postgis_typmod_type(a.atttypmod) AS type&#10;   FROM pg_class c,&#10;    pg_attribute a,&#10;    pg_type t,&#10;    pg_namespace n&#10;  WHERE ((t.typname = 'geography'::name) AND (a.attisdropped = false) AND (a.atttypid = t.oid) AND (a.attrelid = c.oid) AND (c.relnamespace = n.oid) AND (c.relkind = ANY (ARRAY['r'::&quot;char&quot;, 'v'::&quot;char&quot;, 'm'::&quot;char&quot;, 'f'::&quot;char&quot;, 'p'::&quot;char&quot;])) AND (NOT pg_is_other_temp_schema(c.relnamespace)) AND has_table_privilege(c.oid, 'SELECT'::text));">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="f_table_catalog" nullable="true" remarks="" size="2147483647" type="name" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="f_table_schema" nullable="true" remarks="" size="2147483647" type="name" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="f_table_name" nullable="true" remarks="" size="2147483647" type="name" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="f_geography_column" nullable="true" remarks="" size="2147483647" type="name" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="coord_dimension" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="srid" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="srid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" schema="public" table="spatial_ref_sys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="type" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
      </table>
      <table name="geometry_columns" numRows="0" remarks="" schema="public" type="VIEW" viewSql=" SELECT (current_database())::character varying(256) AS f_table_catalog,&#10;    n.nspname AS f_table_schema,&#10;    c.relname AS f_table_name,&#10;    a.attname AS f_geometry_column,&#10;    COALESCE(postgis_typmod_dims(a.atttypmod), sn.ndims, 2) AS coord_dimension,&#10;    COALESCE(NULLIF(postgis_typmod_srid(a.atttypmod), 0), sr.srid, 0) AS srid,&#10;    (replace(replace(COALESCE(NULLIF(upper(postgis_typmod_type(a.atttypmod)), 'GEOMETRY'::text), st.type, 'GEOMETRY'::text), 'ZM'::text, ''::text), 'Z'::text, ''::text))::character varying(30) AS type&#10;   FROM ((((((pg_class c&#10;     JOIN pg_attribute a ON (((a.attrelid = c.oid) AND (NOT a.attisdropped))))&#10;     JOIN pg_namespace n ON ((c.relnamespace = n.oid)))&#10;     JOIN pg_type t ON ((a.atttypid = t.oid)))&#10;     LEFT JOIN ( SELECT s.connamespace,&#10;            s.conrelid,&#10;            s.conkey,&#10;            replace(split_part(s.consrc, ''''::text, 2), ')'::text, ''::text) AS type&#10;           FROM ( SELECT pg_constraint.connamespace,&#10;                    pg_constraint.conrelid,&#10;                    pg_constraint.conkey,&#10;                    pg_get_constraintdef(pg_constraint.oid) AS consrc&#10;                   FROM pg_constraint) s&#10;          WHERE (s.consrc ~~* '%geometrytype(% = %'::text)) st ON (((st.connamespace = n.oid) AND (st.conrelid = c.oid) AND (a.attnum = ANY (st.conkey)))))&#10;     LEFT JOIN ( SELECT s.connamespace,&#10;            s.conrelid,&#10;            s.conkey,&#10;            (replace(split_part(s.consrc, ' = '::text, 2), ')'::text, ''::text))::integer AS ndims&#10;           FROM ( SELECT pg_constraint.connamespace,&#10;                    pg_constraint.conrelid,&#10;                    pg_constraint.conkey,&#10;                    pg_get_constraintdef(pg_constraint.oid) AS consrc&#10;                   FROM pg_constraint) s&#10;          WHERE (s.consrc ~~* '%ndims(% = %'::text)) sn ON (((sn.connamespace = n.oid) AND (sn.conrelid = c.oid) AND (a.attnum = ANY (sn.conkey)))))&#10;     LEFT JOIN ( SELECT s.connamespace,&#10;            s.conrelid,&#10;            s.conkey,&#10;            (replace(replace(split_part(s.consrc, ' = '::text, 2), ')'::text, ''::text), '('::text, ''::text))::integer AS srid&#10;           FROM ( SELECT pg_constraint.connamespace,&#10;                    pg_constraint.conrelid,&#10;                    pg_constraint.conkey,&#10;                    pg_get_constraintdef(pg_constraint.oid) AS consrc&#10;                   FROM pg_constraint) s&#10;          WHERE (s.consrc ~~* '%srid(% = %'::text)) sr ON (((sr.connamespace = n.oid) AND (sr.conrelid = c.oid) AND (a.attnum = ANY (sr.conkey)))))&#10;  WHERE ((c.relkind = ANY (ARRAY['r'::&quot;char&quot;, 'v'::&quot;char&quot;, 'm'::&quot;char&quot;, 'f'::&quot;char&quot;, 'p'::&quot;char&quot;])) AND (NOT (c.relname = 'raster_columns'::name)) AND (t.typname = 'geometry'::name) AND (NOT pg_is_other_temp_schema(c.relnamespace)) AND has_table_privilege(c.oid, 'SELECT'::text));">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="f_table_catalog" nullable="true" remarks="" size="256" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="f_table_schema" nullable="true" remarks="" size="2147483647" type="name" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="f_table_name" nullable="true" remarks="" size="2147483647" type="name" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="f_geometry_column" nullable="true" remarks="" size="2147483647" type="name" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="coord_dimension" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="srid" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="srid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" schema="public" table="spatial_ref_sys"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="type" nullable="true" remarks="" size="30" type="varchar" typeCode="12"/>
      </table>
      <table name="location_log" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('location_log_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="location_log_id" foreignKey="FK_27680dfb45ddb580bf061ca8d15" implied="false" onDeleteCascade="false" schema="public" table="unit"/>
         </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="latitude" nullable="false" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="3" name="longitude" nullable="false" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="4" name="timestamp" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <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="null" digits="0" id="6" name="unit_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_d785e5e94fe935532e8fe77f541" implied="false" onDeleteCascade="false" schema="public" table="unit"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_0c62ed8b5814eb8da8bc7d62cd6" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_550c5b1a9f1af815541da8adaa1" 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="null" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="description" nullable="true" remarks="" size="2147483647" type="text" 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"/>
         <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="place" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('place_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="name" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="type" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="4" name="lat" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="5" name="lon" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="aliases" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="description" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="8" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="9" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="10" name="deleted_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="osm_id" nullable="false" remarks="" size="19" type="int8" typeCode="-5"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_96ab91d43aa89c5de1b59ee7cca" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_37331b8551b831c1ed49157b21e" unique="true">
            <column ascending="true" name="osm_id"/>
         </index>
         <index name="UQ_49f1ae5af0d9fbc1cfa53faf0f2" 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="100" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="description" nullable="true" remarks="" size="255" 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"/>
         <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="route" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('route_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="route_id" foreignKey="FK_f95edb10f5a768e0daefe050920" implied="false" onDeleteCascade="false" schema="public" table="route_stop_link"/>
            <child column="route_id" foreignKey="FK_7403b82a4b74cc97d12e3c06fa4" implied="false" onDeleteCascade="false" schema="public" table="trip"/>
         </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="null" digits="0" id="3" name="description" nullable="true" remarks="" size="255" 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="agency_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_9d705fc89dbd1f6e3278f1dc6e3" implied="false" onDeleteCascade="false" schema="public" table="agency"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_08affcd076e46415e5821acf52d" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_df31268722334c9193b81a71b4e" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="route_stop_link" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('route_stop_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="null" digits="0" id="2" name="order" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <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="0" id="5" name="route_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_f95edb10f5a768e0daefe050920" implied="false" onDeleteCascade="false" schema="public" table="route"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="stop_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_feeef086ecf7a6228e796b0ddb8" implied="false" onDeleteCascade="false" schema="public" table="stop"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_65b414cdf48ee55fe1bb1d12ea1" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_fdbec11365552c51b4e45a87734" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="spatial_ref_sys" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="srid" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <child column="srid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" schema="public" table="geography_columns"/>
            <child column="srid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" schema="public" table="geometry_columns"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="auth_name" nullable="true" remarks="" size="256" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="auth_srid" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="srtext" nullable="true" remarks="" size="2048" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="proj4text" nullable="true" remarks="" size="2048" type="varchar" typeCode="12"/>
         <primaryKey column="srid" sequenceNumberInPK="1"/>
         <index name="spatial_ref_sys_pkey" unique="true">
            <column ascending="true" name="srid"/>
         </index>
         <checkConstraint constraint="(((srid &gt; 0) AND (srid &lt;= 998999)))" name="spatial_ref_sys_srid_check"/>
      </table>
      <table name="stop" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('stop_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="stop_id" foreignKey="FK_feeef086ecf7a6228e796b0ddb8" implied="false" onDeleteCascade="false" schema="public" table="route_stop_link"/>
            <child column="stop_id" foreignKey="FK_3659d774760d54d8cb8216533c6" implied="false" onDeleteCascade="false" schema="public" table="stop_time"/>
            <child column="stop_id" foreignKey="FK_fa24178bb7c49eab35e38fd3da3" implied="false" onDeleteCascade="false" schema="public" table="unit"/>
         </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="null" digits="6" id="3" name="latitude" nullable="false" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="4" name="longitude" nullable="false" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="description" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <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"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="location" nullable="true" remarks="" size="2147483647" type="geography" typeCode="1111"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_df01674281c44fc10ddd0465d28" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_1db78393189d0677c5c1588d109" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="stop_time" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('stop_time_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="6" id="2" name="arrival_time" nullable="false" remarks="" size="15" type="time" typeCode="92"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="3" name="departure_time" nullable="false" remarks="" size="15" type="time" typeCode="92"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="stop_sequence" nullable="false" remarks="" size="10" type="int4" typeCode="4"/>
         <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="0" id="7" name="trip_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_38258ee3c8faf7161ead2fe7d7e" implied="false" onDeleteCascade="false" schema="public" table="trip"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="stop_id" nullable="false" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_3659d774760d54d8cb8216533c6" implied="false" onDeleteCascade="false" schema="public" table="stop"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_bc2b1f920fba513b05c056a4256" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_8d90443e4e5df9633d053e36d7e" 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_received" nullable="true" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="payload" nullable="true" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="payload_previous" nullable="true" remarks="" size="2147483647" type="jsonb" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="last_error" nullable="true" remarks="" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="11" name="last_attempt_at" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="12" name="created_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="13" name="updated_at" nullable="false" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="14" 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="trip" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('trip_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="trip_id" foreignKey="FK_38258ee3c8faf7161ead2fe7d7e" implied="false" onDeleteCascade="false" schema="public" table="stop_time"/>
         </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="'pending'::character varying" digits="0" id="2" name="status" nullable="false" remarks="" size="20" 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"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="unit_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_fde3bb4aa31c5c155daf2a0b2e4" implied="false" onDeleteCascade="false" schema="public" table="unit"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="route_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_7403b82a4b74cc97d12e3c06fa4" implied="false" onDeleteCascade="false" schema="public" table="route"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="calendar_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_d14b8e00cec02139f3cf9d86ad8" implied="false" onDeleteCascade="false" schema="public" table="calendar"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="start_time" nullable="false" remarks="" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="end_time" nullable="true" remarks="" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="name" nullable="false" remarks="" size="2147483647" type="varchar" typeCode="12"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_714c23d558208081dbccb9d9268" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_471ef2b8876076314f4a926e6de" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table name="unit" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('unit_id_seq'::regclass)" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="serial" typeCode="4">
            <child column="unit_id" foreignKey="FK_d785e5e94fe935532e8fe77f541" implied="false" onDeleteCascade="false" schema="public" table="location_log"/>
            <child column="unit_id" foreignKey="FK_fde3bb4aa31c5c155daf2a0b2e4" implied="false" onDeleteCascade="false" schema="public" table="trip"/>
         </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="plate_number" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="model" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="color" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <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"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="driver_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_e39b008f7e49680470837aed94e" implied="false" onDeleteCascade="false" schema="public" table="driver"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="stop_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_fa24178bb7c49eab35e38fd3da3" implied="false" onDeleteCascade="false" schema="public" table="stop"/>
         </column>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="location_log_id" nullable="true" remarks="" size="10" type="int4" typeCode="4">
            <parent column="id" foreignKey="FK_27680dfb45ddb580bf061ca8d15" implied="false" onDeleteCascade="false" schema="public" table="location_log"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PK_4252c4be609041e559f0c80f58a" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="UQ_0acb849a6b3546bd109fed78e2f" 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="user_id" foreignKey="FK_732fa4b746b5fd36d24e72576e7" implied="false" onDeleteCascade="false" schema="public" table="driver"/>
            <child column="user_id" foreignKey="FK_70100cf400e9257ce5cfe7d221e" 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="email" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="password" nullable="false" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="name" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="auth0_id" nullable="true" remarks="" size="255" type="varchar" typeCode="12"/>
         <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_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>
   </tables>
</database>
