id(); $table->string('title'); $table->integer('company_id'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('plans'); } };