parent
705d40ab37
commit
3f71b14637
22 changed files with 249 additions and 214 deletions
|
|
@ -106,14 +106,14 @@ export class User {
|
|||
public bannerUrl: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 32, nullable: true,
|
||||
length: 128, nullable: true,
|
||||
})
|
||||
public avatarColor: string | null;
|
||||
public avatarBlurhash: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 32, nullable: true,
|
||||
length: 128, nullable: true,
|
||||
})
|
||||
public bannerColor: string | null;
|
||||
public bannerBlurhash: string | null;
|
||||
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue