Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
InstallSchema.php
Go to the documentation of this file.
1 <?php
8 
12 
17 {
22  {
24  $installer->startSetup();
26  ->getConnection()
27  ->modifyColumn('test_table', 'float', ['type' => 'float', 'default' => 25]);
28  $installer->endSetup();
29  }
30 }
install(SchemaSetupInterface $setup, ModuleContextInterface $context)
$setup
Definition: trigger.php:12