set encryptCompanyId in BossInfo nullable

This commit is contained in:
geekgeekrun
2024-11-20 00:38:35 +08:00
parent 803a3148b2
commit 3f93420717
3 changed files with 41 additions and 2 deletions

View File

@@ -6,7 +6,9 @@ export class BossInfo {
@PrimaryColumn()
encryptBossId: string;
@Column()
@Column({
nullable: true
})
encryptCompanyId: string;
@Column()