increments('id'); $table->char('token', 32); $table->unsignedInteger('node_id'); $table->timestamps(); }); Schema::table('node_configuration_tokens', function (Blueprint $table) { $table->foreign('node_id')->references('id')->on('nodes'); }); } }