addColumn('specialization', 'image', $this->string(255)); } public function down() { $this->dropColumn('specialization', 'image'); } }