id(); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('admins'); } };