id(); $table->string('name'); $table->string('abbr_name', 30); $table->integer('company_id'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('requirement_groups'); } };