<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
   <table name="multivendor_user" resource="default" engine="innodb" comment="Multivendor User Table">
      <column xsi:type="text" name="pdf_footer_left_content" nullable="false" comment="PDF Footer Left Content" />
      <column xsi:type="text" name="pdf_footer_right_content" nullable="false" comment="PDF Footer Right content" />
      <column xsi:type="text" name="terms_conditions" nullable="false" comment="Terms and conditions"/>
      <column xsi:type="text" name="data_privacy_statement" nullable="false" comment="Data privacy statement"/>
      <column xsi:type="text" name="imprint_tabs" nullable="false" comment="Imprint tabs"/>
   </table>
   <table name="reseller_customer_connection" resource="default" engine="innodb" comment="MD Helloworld">
      <column xsi:type="smallint" name="id" padding="7" unsigned="false" nullable="false" identity="true" comment="ID" />
      <column xsi:type="varchar" name="customer_id" nullable="false" length="10" comment="Customer Id" />
      <column xsi:type="varchar" name="reseller_id" nullable="false" length="10" comment="Reseller Id" />      
      <constraint xsi:type="primary" referenceId="PRIMARY">
         <column name="id" />
      </constraint>
   </table>
</schema>