diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-21 20:20:33 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-21 20:20:33 -0400 |
| commit | 00847a468e810ef30e9953f39d6b1c6c7910a8df (patch) | |
| tree | 0ae03435b4d6f7b083d2b6f6439f3b1a5e18313c /schema.sql | |
| parent | a66b26f694365716e2c9252a5588b433ff69346c (diff) | |
| download | wedding-website-00847a468e810ef30e9953f39d6b1c6c7910a8df.tar.gz | |
default to no
Diffstat (limited to 'schema.sql')
| -rw-r--r-- | schema.sql | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,12 +2,12 @@ create table guests( id integer primary key autoincrement, user_name text not null, full_name text, - rsvp boolean default 1, + rsvp boolean default 0, email text, mailing text, - plusone boolean default 1, + plusone boolean default 0, plusonename text, - kids boolean default 1, + kids boolean default 0, kidsnames text, comments text ); |
