Tidy up migrations: consolidate and delete redundant files

This commit is contained in:
dyzulk
2025-12-30 19:51:45 +07:00
parent 452adb936b
commit a14d788400
4 changed files with 2 additions and 70 deletions

View File

@@ -16,6 +16,7 @@ return new class extends Migration
$table->string('first_name')->nullable();
$table->string('last_name')->nullable();
$table->string('email')->unique();
$table->string('pending_email')->nullable();
$table->timestamp('email_verified_at')->nullable();
$table->string('password')->nullable();