This commit is contained in:
AdisakKanthawilang 2024-08-08 15:28:29 +07:00
parent 68299d2a07
commit 3badc39ac2
2 changed files with 11 additions and 14 deletions

View file

@ -38,5 +38,5 @@ export class CreateDevelopmentAddress {
@Column()
address: string | null;
@Column()
provinceId: string;
provinceId: string | null;
}