addColumn('persone_lang', 'preview', $this->string()); } public function safeDown() { $this->dropColumn('persone_lang', 'preview'); } }