basic profile edit page, not working yet
This commit is contained in:
@@ -16,6 +16,7 @@ class CreateEmailConfirmationsTable extends Migration
|
||||
Schema::create('email_confirmations', function (Blueprint $table) {
|
||||
$table->unsignedInteger('user_id')->index();
|
||||
$table->timestamp('created_at')->nullable();
|
||||
$table->string('email');
|
||||
$table->string('token');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user