<?xml version="1.0"?>
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
    <table name="ctsg_shipping_account" engine="innodb" comment="">
        <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="true" comment="Entity ID"/>
        <column xsi:type="varchar" name="carrier_name" nullable="false" length="255" comment=""/>
        <column xsi:type="varchar" name="account_number" nullable="false" length="255" comment=""/>
        <column xsi:type="varchar" name="account_key" nullable="false" length="255" comment=""/>
        <column xsi:type="varchar" name="username" nullable="false" length="255" comment=""/>
        <column xsi:type="varchar" name="nickname" nullable="false" length="255" comment=""/>
        <column xsi:type="varchar" name="shipping_user_ids" nullable="false" length="255" comment="an array of shipping user ids"/>
        <constraint xsi:type="primary" referenceId="PRIMARY">
            <column name="entity_id"/>
        </constraint>
    </table>
</schema>
