feat: add pronouns to users
This commit is contained in:
parent
2f7fac8db5
commit
ee8211a321
5 changed files with 32 additions and 0 deletions
|
@ -144,6 +144,8 @@ diesel::table! {
|
|||
deleted_at -> Nullable<Int8>,
|
||||
#[max_length = 100]
|
||||
avatar -> Nullable<Varchar>,
|
||||
#[max_length = 32]
|
||||
pronouns -> Nullable<Varchar>,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue