public function up(): void { Schema::table('customers', function (Blueprint $table) { $table->string('pppoe_username')->nullable()->index(); }); }