Magento 2
The \Magento\Quote\Setup\UpgradeSchema::upgrade() method can be simplified by using the modifyColumn() instead of changeColumn() method of the \Magento\Framework\DB\Adapter\AdapterInterface because the column need not be renamed
Issues
db-column
,
db-alter-table
,
db-table
,
improvement
,
code-quality
,
database
,
sql
dmitrii_fediuk
(Dmitrii Fediuk)
January 26, 2016, 9:35pm
2
See also:
How to change (modify) a column definition for a database table
show post in topic