add is_active boolean
This commit is contained in:
@ -54,6 +54,12 @@ export class Supplier {
|
||||
})
|
||||
type: string;
|
||||
|
||||
@Column({
|
||||
type: 'boolean',
|
||||
default: true,
|
||||
})
|
||||
is_active: boolean;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user