Pheuw1
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
back/volume/src/users/entity/user.entity.ts
|
@ -34,7 +34,7 @@ export class User { |
|
|
@Column({ default: false, nullable: true }) |
|
|
@Column({ default: false, nullable: true }) |
|
|
isVerified: boolean |
|
|
isVerified: boolean |
|
|
|
|
|
|
|
|
@Column({ unique: true }) |
|
|
@Column('uuid',{ unique: true }) |
|
|
socketKey: string |
|
|
socketKey: string |
|
|
|
|
|
|
|
|
@Column({ unique: true }) |
|
|
@Column({ unique: true }) |
|
|