create table tokens ( id text not null, user , masked text not null, cleartext text, description text ); comment on column tokens.cleartext is ' The cleartext token. Only available when the token is initially created ';