uuid('id')->primary(); $table->string('email'); $table->timestamp('confirmed_at')->nullable(); $table->timestamps(); }); } };