string('sCode')->unique()->after('id'); }); } public function down(): void { Schema::table('slave_sites', function (Blueprint $table) { // 撤退时,如果是 SQLite 以外的数据库,直接删字段就行 $table->dropColumn('sCode'); }); } };