addColumn( 'speaker_lang', 'text1', $this->text() ); } public function down() { $this->dropColumn('speaker_lang','text1'); } }