在 NestJS 和 TypeORM 中,如何定义将关系列设置为 NULL 的关系,而不是尝试删除实体?
作者:Dave 提问时间:11/14/2023
我正在使用 NestJS 10、PostGres 14 和 TypeORM 0.3.17。如果我定义了一个与用户实体有关系的订单实体...... @Entity() export class Ord...
on-delete 问答列表
作者:Dave 提问时间:11/14/2023
我正在使用 NestJS 10、PostGres 14 和 TypeORM 0.3.17。如果我定义了一个与用户实体有关系的订单实体...... @Entity() export class Ord...