<?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_client" 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="client_id" nullable="false" length="255" comment=""/>
        <column xsi:type="varchar" name="name" nullable="false" length="255" comment=""/>
        <constraint xsi:type="primary" referenceId="PRIMARY">
            <column name="entity_id"/>
        </constraint>
        <constraint xsi:type="unique" referenceId="CTSG_CLIENT_ENTITY_ENTITY_ID_CLIENT_ID">
            <column name="client_id"/>
        </constraint>
    </table>
</schema>
