feat: add about to users
This commit is contained in:
parent
41defc4a25
commit
c4fc23ec85
5 changed files with 32 additions and 0 deletions
|
@ -146,6 +146,8 @@ diesel::table! {
|
|||
avatar -> Nullable<Varchar>,
|
||||
#[max_length = 32]
|
||||
pronouns -> Nullable<Varchar>,
|
||||
#[max_length = 200]
|
||||
about -> Nullable<Varchar>,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue