id(); $table->string('label'); $table->string('unit'); $table->unsignedInteger('count')->default(0); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('trackers'); } };