id(); $table->unsignedInteger('site_id'); $table->string('name'); $table->text('command'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('commands'); } };