id(); $table->string('user_id'); $table->string('name'); $table->string('national_id'); $table->string('birth'); $table->string('address'); $table->string('phone'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('guest_registrations'); } };