id(); $table->string('username')->unique(); $table->string('password'); $table->rememberToken(); $table->timestamps(); }); } }