diff options
Diffstat (limited to 'dynamic/schema-rsvp.sql')
| -rw-r--r-- | dynamic/schema-rsvp.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamic/schema-rsvp.sql b/dynamic/schema-rsvp.sql index 42c8c41..3e6a21f 100644 --- a/dynamic/schema-rsvp.sql +++ b/dynamic/schema-rsvp.sql @@ -20,6 +20,7 @@ CREATE TABLE IF NOT EXISTS invitations ( CREATE TABLE IF NOT EXISTS rsvps ( id SERIAL, vanity char(12) NOT NULL, + invitation_id char(12) NOT NULL, event_id bigint NOT NULL, fullname varchar(128) NOT NULL, email varchar(256) NOT NULL, |