Can put photo on couples
This commit is contained in:
@ -60,6 +60,7 @@ CREATE TABLE members (
|
||||
CREATE TABLE couples (
|
||||
wife integer NOT NULL REFERENCES members,
|
||||
husband integer NOT NULL REFERENCES members,
|
||||
photo_id VARCHAR(255) NULL,
|
||||
wedding_year smallint NULL,
|
||||
wedding_month smallint NULL,
|
||||
wedding_day smallint NULL,
|
||||
|
Reference in New Issue
Block a user