add column url in table supplier
This commit is contained in:
parent
2eac1c99e2
commit
b05404eb23
7633
package-lock.json
generated
Normal file
7633
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -16,7 +16,9 @@ export class Supplier extends BaseModel {
|
|||
@Column()
|
||||
status: boolean;
|
||||
|
||||
@Column()
|
||||
@Column({
|
||||
nullable: true
|
||||
})
|
||||
url: string;
|
||||
|
||||
coa: COA;
|
||||
|
|
Loading…
Reference in New Issue
Block a user