Add verified_at column
This commit is contained in:
@@ -20,6 +20,7 @@ return new class extends Migration
|
||||
$table->string('phone')->nullable();
|
||||
$table->integer('validate');
|
||||
$table->integer('role')->nullable();
|
||||
$table->dateTime('verified_at')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user