<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
<table name="scandi_product_3d_model" resource="default" engine="innodb"
comment="3D models associated with products">
<column xsi:type="int" name="id" unsigned="true" nullable="false" identity="true"
<column xsi:type="int" name="product_id" unsigned="true" nullable="false"/>
<column xsi:type="text" name="url"/>
<column xsi:type="text" name="file"/>
<constraint xsi:type="primary" referenceId="PRIMARY">
<index referenceId="MODEL3D_PRODUCT_ID" indexType="btree">
<column name="product_id"/>