This commit is contained in:
2026-02-05 11:44:55 +03:30
parent fac601030c
commit 94aa6ba5e5
5 changed files with 21 additions and 25 deletions
@@ -32,8 +32,6 @@ export class Order extends BaseEntity{
@PrimaryKey({ type: 'string', columnType: 'char(26)' })
id: string = ulid()
//TODO : need a new field for confirmation .confirmedAt
// also need another for
@ManyToOne(() => User)
user!: User;