mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-06-08 00:50:27 +08:00
set encryptCompanyId in BossInfo nullable
This commit is contained in:
@@ -6,7 +6,9 @@ export class BossInfo {
|
||||
@PrimaryColumn()
|
||||
encryptBossId: string;
|
||||
|
||||
@Column()
|
||||
@Column({
|
||||
nullable: true
|
||||
})
|
||||
encryptCompanyId: string;
|
||||
|
||||
@Column()
|
||||
|
||||
Reference in New Issue
Block a user