Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/app/code/SR/Theme/etc/
Upload File :
Current File : /home/dev2.destoffenstraat.com/app/code/SR/Theme/etc/db_schema.xml

<?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 comment="sr_theme_theme Table" engine="innodb" name="sr_theme_theme" resource="default">
		<column comment="Entity Id" identity="true" name="theme_id" nullable="false" unsigned="false" xsi:type="int"/>
		<constraint referenceId="PRIMARY" xsi:type="primary">
			<column name="theme_id"/>
		</constraint>
		<column name="title" nullable="true" xsi:type="text"/>
		<column name="image" nullable="true" xsi:type="text"/>
		<column name="status" nullable="true" xsi:type="boolean"/>
		<column name="position" nullable="true" xsi:type="smallint"/>
	</table>
    <table comment="sr_theme_products Table" engine="innodb" name="sr_theme_products" resource="default">
		<column comment="id" identity="true" name="id" nullable="false" unsigned="false" xsi:type="int"/>
		<constraint referenceId="PRIMARY" xsi:type="primary">
			<column name="id"/>
		</constraint>
		<column name="theme_id" nullable="true" xsi:type="int"/>
		<column name="product_id" nullable="true" xsi:type="int"/>
	</table>
</schema>