create table organizations ( key text not null ); comment on column organizations.key is ' Unique key identifying the organization that owns this service ';