add column url in table supplier

This commit is contained in:
rahman 2022-04-01 17:50:22 +07:00
parent 2eac1c99e2
commit b05404eb23
2 changed files with 7636 additions and 1 deletions

7633
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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;