id(); $table->string('social_security_number')->nullable(); $table->string('social_security_number_index')->nullable(); $table->string('custom_index')->nullable(); $table->timestamps(); }); } }