increments('id'); $table->timestamps(); $table->string('email', 100)->unique(); $table->string('password', 60); $table->rememberToken(); $table->string('reset', 32)->nullable(); } ); } }