string('external_auth_id', 180)->default(''); $table->index('external_auth_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('roles', function (Blueprint $table) { $table->dropColumn('external_auth_id'); }); } };