id(); $table->string('name', 125); $table->string('color_tag', 55)->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('decisions'); } };