id(); $table->string('value', 25); $table->string('label', 255); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('timezones'); } };