string('pkt_type')->nullable(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('systems',function (Blueprint $table) { $table->dropColumn(['pkt_type']); }); } };