CREATE TABLE "people" ( "jid" varchar(128), ); CREATE UNIQUE INDEX "people_jid_index" on "people" using btree ( "jid" "varchar_ops" );