id(); $table->string('name', 255); $table->string('description')->nullable(); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('labels'); } };