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()
|
@Column()
|
||||||
status: boolean;
|
status: boolean;
|
||||||
|
|
||||||
@Column()
|
@Column({
|
||||||
|
nullable: true
|
||||||
|
})
|
||||||
url: string;
|
url: string;
|
||||||
|
|
||||||
coa: COA;
|
coa: COA;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user