Add new field
This commit is contained in:
@ -50,6 +50,7 @@ diesel::table! {
|
||||
birth_year -> Nullable<Int2>,
|
||||
birth_month -> Nullable<Int2>,
|
||||
birth_day -> Nullable<Int2>,
|
||||
dead -> Bool,
|
||||
death_year -> Nullable<Int2>,
|
||||
death_month -> Nullable<Int2>,
|
||||
death_day -> Nullable<Int2>,
|
||||
|
Reference in New Issue
Block a user