knex / postgresql updating a foreign key to null

前端 未结 0 619
醉酒成梦
醉酒成梦 2020-12-18 13:00

I am using knex.js with postgresql So I have a table with a nullable foreign key.

shortened version:

exports.up = function (knex, Promise) {
  return k         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题