dropColumn('{{%bachelor_preferences}}', 'code'); } public function safeDown() { $this->addColumn('{{%bachelor_preferences}}', 'code', $this->string()); } }