File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/MediaGallery/etc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8
8
<schema xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd" >
9
9
<table name =" media_gallery_asset" resource =" default" engine =" innodb" comment =" Media Gallery Asset" >
10
10
<column xsi : type =" int" name =" id" unsigned =" true" nullable =" false" identity =" true" comment =" Entity ID" />
11
- <column xsi : type =" varchar " name =" path" length = " 255 " nullable =" true" comment =" Path" />
11
+ <column xsi : type =" text " name =" path" nullable =" true" comment =" Path" />
12
12
<column xsi : type =" varchar" name =" title" length =" 255" nullable =" true" comment =" Title" />
13
13
<column xsi : type =" text" name =" description" nullable =" true" comment =" Description" />
14
14
<column xsi : type =" varchar" name =" source" length =" 255" nullable =" true" comment =" Source" />
You can’t perform that action at this time.
0 commit comments