getAdapter(); if ($adapter instanceof MysqlAdapter) { $this ->table('build') ->changeColumn( 'log', MysqlAdapter::PHINX_TYPE_TEXT, ['limit' => MysqlAdapter::TEXT_LONG, 'null' => true] ) ->save(); } } public function down() { } }