<?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="review_detail" resource="default" comment="">
        <column xsi:type="int" name="position" padding="10" nullable="false" default="1" comment="Position"/>
    </table>
</schema>