hasTable('ex_ui_files_actions')) { $table = $schema->getTable('ex_ui_files_actions'); $table->addColumn('version', Types::STRING, [ 'notnull' => true, 'length' => 64, 'default' => '1.0', ]); } return $schema; } }