fix create membership

This commit is contained in:
2021-12-09 01:52:44 +07:00
parent d65af44a52
commit d030624765
10 changed files with 78 additions and 44 deletions

View File

@@ -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')