increments('id'); $table->string('name'); $table->string('email')->unique(); $table->string('objectguid')->unique()->nullable(); $table->string('password', 60); $table->rememberToken(); $table->timestamps(); $table->softDeletes(); }); Hash::setRounds(4); } }