index(['uid'], 'uid'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('push_deer_messages', function (Blueprint $table) { $table->dropIndex('uid'); }); } }