diff options
Diffstat (limited to 'schema.sql')
| -rw-r--r-- | schema.sql | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,5 +9,6 @@ create table guests( plusonename text, kids boolean default 0, kidsnames text, - comments text + comments text, + lastupdate integer(4) default current_timestamp ); |
