<?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_label" engine="innodb" comment="">
		<column xsi:type="int" name="label_id" padding="10" unsigned="true" nullable="false" identity="true" comment=""/>
		<column xsi:type="date" name="ship_date" nullable="false"/>
		<column xsi:type="varchar" name="company" nullable="false" length="255" comment=""/>
		<column xsi:type="varchar" name="destination" nullable="false" length="255" comment=""/>
		<column xsi:type="varchar" name="tracking_number" nullable="false" length="255" comment=""/>
		<constraint xsi:type="primary" referenceId="PRIMARY">
			<column name="label_id"/>
		</constraint>
  	</table>
</schema>
