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