fix create membership
This commit is contained in:
@@ -25,7 +25,10 @@ export class ProductHistoryPrice extends BaseModel {
|
||||
@Column({ type: 'date' })
|
||||
startDate: Date;
|
||||
|
||||
@Column({ type: 'date' })
|
||||
@Column({
|
||||
type: 'date',
|
||||
nullable:true
|
||||
})
|
||||
endDate: Date;
|
||||
|
||||
@Column('text')
|
||||
|
||||
Reference in New Issue
Block a user