<?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="bluelogic_pickupstore_pickupstore" resource="default" engine="innodb" comment="bluelogic_pickupstore_pickupstore Table">
		<column xsi:type="int" name="pickupstore_id" padding="10" unsigned="true" nullable="false" identity="true" comment="Entity Id"/>
		<constraint xsi:type="primary" referenceId="PRIMARY">
			<column name="pickupstore_id"/>
		</constraint>
		<column name="store_name" nullable="true" xsi:type="text" comment="store_name"/>
		<column name="store_email" nullable="true" xsi:type="text" comment="store_email"/>
		<column name="store_address1" nullable="true" xsi:type="text" comment="store_address1"/>
		<column name="store_address2" nullable="true" xsi:type="text" comment="store_address2"/>
		<column name="store_country" nullable="true" xsi:type="text" comment="store_country"/>
		<column name="store_state" nullable="true" xsi:type="text" comment="store_state"/>
		<column name="store_city" nullable="true" xsi:type="text" comment="store_city"/>
		<column name="store_zipcode" nullable="true" xsi:type="text" comment="store_zipcode"/>
		<column name="store_telephone" nullable="true" xsi:type="text" comment="store_telephone"/>
		<column name="store_longitude" nullable="true" xsi:type="text" comment="store_longitude"/>
		<column name="store_latitude" nullable="true" xsi:type="text" comment="store_latitude"/>
	</table>
</schema>
