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