add missing code_id
This commit is contained in:
@ -27,6 +27,13 @@ export class RequestSubmission {
|
||||
})
|
||||
request_order_id: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
type: 'varchar',
|
||||
unique: true,
|
||||
})
|
||||
code_id: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
type: 'date',
|
||||
|
||||
Reference in New Issue
Block a user