File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule1 Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 48
48
<column xsi : type =" longtext" name =" longtext" />
49
49
<column xsi : type =" mediumtext" name =" mediumtext" />
50
50
<column xsi : type =" varchar" name =" varchar" length =" 254" nullable =" true" />
51
+ <column xsi : type =" char" name =" char" length =" 255" nullable =" true" />
51
52
<column xsi : type =" mediumblob" name =" mediumblob" />
52
53
<column xsi : type =" blob" name =" blob" />
53
54
<column xsi : type =" boolean" name =" boolean" />
Original file line number Diff line number Diff line change 199
199
'type ' => 'mediumtext ' ,
200
200
'name ' => 'mediumtext ' ,
201
201
],
202
+ 'char ' => [
203
+ 'type ' => 'char ' ,
204
+ 'name ' => 'char ' ,
205
+ 'length ' => '255 ' ,
206
+ 'nullable ' => 'true ' ,
207
+ ],
202
208
'varchar ' => [
203
209
'type ' => 'varchar ' ,
204
210
'name ' => 'varchar ' ,
You can’t perform that action at this time.
0 commit comments