uri varchar(255) unique /* comment 'universally unique identifier, usually a tag URI' */,\r
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
created timestamp not null /* comment 'date this record was created' */,\r
modified timestamp /* comment 'date this record was modified' */\r
\r