create table applications ( key text not null ); comment on column applications.key is ' Unique key identifying this application ';