We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b4336 commit 235ccffCopy full SHA for 235ccff
app/code/Magento/Eav/Model/Entity/Attribute.php
@@ -21,7 +21,10 @@ class Attribute extends \Magento\Eav\Model\Entity\Attribute\AbstractAttribute im
21
\Magento\Framework\DataObject\IdentityInterface
22
{
23
/**
24
- * Attribute code max length
+ * Attribute code max length.
25
+ *
26
+ * The value is defined as 60 because in the flat mode attribute code will be transformed into column name.
27
+ * MySQL allows only 64 symbols in column name.
28
*/
29
const ATTRIBUTE_CODE_MAX_LENGTH = 60;
30
0 commit comments