|
How to rename a database column?
|
|
1
|
2997
|
November 4, 2016
|
|
How to change (modify) a column definition for a database table
|
|
1
|
21633
|
January 26, 2016
|
|
How to alter a database table?
|
|
1
|
3277
|
January 26, 2016
|
|
How to delete (drop) a foreign key from a database table
|
|
1
|
5348
|
January 26, 2016
|
|
How to add a foreign key to a database table
|
|
1
|
11405
|
January 26, 2016
|
|
How to delete (drop) an index from a database table
|
|
1
|
7815
|
January 26, 2016
|
|
How to add an index to a database table
|
|
1
|
12884
|
January 26, 2016
|
|
How to rename a database table
|
|
1
|
3429
|
January 26, 2016
|
|
How to delete (drop) a column from a database table?
|
|
2
|
7227
|
November 4, 2016
|
|
How to add a column to a database table?
|
|
2
|
10963
|
November 4, 2016
|
|
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
|
|
1
|
1356
|
January 26, 2016
|