id(); $table->timestamps(); $table->string("name"); $table->string("email")->nullable(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('kids'); } };