Magento 2 – How to Increase Attribute Length for Custom Attributes

custom-attributesmagento2product-attribute

I have a custom attribute that is multi-select for a product along with 200 options.
When I tried to assign all the options. What I found is that there is the limit of 255 is it possible
to increase its length and its type to varchar?

Best Answer

You need to change the type.

'type' => 'text'