db_schema.xml 558 B

1234567891011121314
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
  10. <table name="catalog_eav_attribute" resource="default" comment="Catalog EAV Attribute Table">
  11. <column xsi:type="float" name="search_weight" unsigned="false" nullable="false"
  12. default="1" comment="Search Weight"/>
  13. </table>
  14. </schema>