Problem with foreign key constraints while seeding Knex migrations

前端 未结 0 1281
醉酒成梦
醉酒成梦 2021-02-02 07:38

I\'m sure there\'s some easy solution, but I just cant see it. Here\'s my migration:

exports.up = knex => {
  return Promise.all([
    knex.schema.createTable(         


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