autosubscribe integer default 0 /* comment 'automatically subscribe to users who subscribe to us' */,\r
urlshorteningservice varchar(50) default 'ur1.ca' /* comment 'service to use for auto-shortening URLs' */,\r
inboxed integer default 0 /* comment 'has an inbox been created for this user?' */, \r
+ design_id integer /* comment 'id of a design' */references design(id),\r
+ viewdesigns integer default 1 /* comment 'whether to view user-provided designs'*/,\r
created timestamp not null default CURRENT_TIMESTAMP /* comment 'date this record was created' */,\r
modified timestamp /* comment 'date this record was modified' */\r
\r