Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/code/Magento/Eav/etc/db_schema.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2015 Adobe
* All Rights Reserved.
*/
-->
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down Expand Up @@ -294,7 +294,7 @@
<column xsi:type="text" name="default_value" nullable="true" comment="Default Value"/>
<column xsi:type="smallint" name="is_unique" unsigned="true" nullable="false" identity="false"
default="0" comment="Defines Is Unique"/>
<column xsi:type="varchar" name="note" nullable="true" length="255" comment="Note"/>
<column xsi:type="text" name="note" nullable="true" comment="Note"/>
<constraint xsi:type="primary" referenceId="PRIMARY">
<column name="attribute_id"/>
</constraint>
Expand Down