diff --git a/src/entity/goods.ts b/src/entity/goods.ts index aae092b..04de721 100644 --- a/src/entity/goods.ts +++ b/src/entity/goods.ts @@ -89,7 +89,6 @@ export class Goods { nullable: true, onDelete: 'SET NULL', }) - @Index() @JoinColumn({ name: 'request_order_id' }) request_order: RequestOrder;