mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-08 00:47:15 +08:00
allow lastActiveStatus to be null
This commit is contained in:
@@ -9,8 +9,10 @@ export class BossActiveStatusRecord {
|
|||||||
@Column()
|
@Column()
|
||||||
encryptBossId: string;
|
encryptBossId: string;
|
||||||
|
|
||||||
@Column()
|
@Column({
|
||||||
lastActiveStatus: string;
|
nullable: true
|
||||||
|
})
|
||||||
|
lastActiveStatus?: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
updateDate: Date;
|
updateDate: Date;
|
||||||
|
|||||||
Reference in New Issue
Block a user