<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
    <table name="design_huddle_custom_design_data">
        <column xsi:type="smallint" name="id" unsigned="false" nullable="false" identity="true" comment="ID" />
        <column xsi:type="int" name="order_id" nullable="false" comment="order id"/>        
        <column xsi:type="varchar" name="orderincrement_id" nullable="false" length="255" comment="Order Increment Id"/>
        <column xsi:type="varchar" name="item_id" nullable="false" length="255" comment="Quote Item Id"/>
        <column xsi:type="int" name="quote_id" nullable="false" comment="quote id"/>
        <column xsi:type="int" name="customer_id" nullable="false" comment="customer id"/>
        <column xsi:type="int" name="product_id" nullable="false" comment="product id"/>
        <column xsi:type="varchar" name="dh_project_id" nullable="false" comment="Dh project id"/>
        <column xsi:type="varchar" name="dh_template_id" nullable="false" comment="Dh template id"/>
        <column xsi:type="text" name="product_img" nullable="false" comment="Project Image"/>
        <column xsi:type="varchar" name="project_title" nullable="false" length="255" comment="Project Title"/>
        <column xsi:type="varchar" name="dh_file" nullable="false" length="255" comment="Title"/>
        <column xsi:type="text" name="dh_file_path" nullable="false" comment="Title"/>
        <column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP" comment="Created At"/>
        <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="CURRENT_TIMESTAMP" comment="Updated At"/>
        <column xsi:type="int" name="order_status" nullable="false" comment="Order status"/>
        <!-- <column xsi:type="mediumtext" name="desc" nullable="true" comment="Value"/> -->
        <constraint xsi:type="primary" referenceId="PRIMARY">
            <column name="id"/>
        </constraint>
   </table>
</schema>