mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
parent
92d371bff1
commit
9cc1249738
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export class UserProfile {
|
|||
public birthday: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 1024, nullable: true,
|
||||
length: 2048, nullable: true,
|
||||
comment: 'The description (bio) of the User.'
|
||||
})
|
||||
public description: string | null;
|
||||
|
|
Loading…
Add table
Reference in a new issue