📌  相关文章
📜  外键约束“ponto_items_pt_id_foreign”中的 knex 引用列“id”不兼容. - Javascript代码示例

📅  最后修改于: 2022-03-11 15:01:21.991000             🧑  作者: Mango

代码示例1
//Assuming you might be using mysql, you need to specify that the UserId is .unsigned()


table.integer('UserId',11).unsigned().inTable('User').references('UserId');