order
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user