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