Can put photo on couples
This commit is contained in:
@ -4,6 +4,7 @@ diesel::table! {
|
||||
couples (wife, husband) {
|
||||
wife -> Int4,
|
||||
husband -> Int4,
|
||||
photo_id -> Nullable<Varchar>,
|
||||
wedding_year -> Nullable<Int2>,
|
||||
wedding_month -> Nullable<Int2>,
|
||||
wedding_day -> Nullable<Int2>,
|
||||
|
Reference in New Issue
Block a user