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