Guest User

Untitled

a guest
Jul 17th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Table "public.full_text"
  2. Column | Type | Modifiers
  3. -----------------+---------+--------------------------------------------------------
  4. id | integer | not null default nextval('full_text_id_seq'::regclass)
  5. organization_id | integer | not null
  6. account_id | integer | not null
  7. document_id | integer | not null
  8. access | integer | not null
  9. text | text | not null
  10. Indexes:
  11. "full_text_pkey" PRIMARY KEY, btree (id)
  12. "index_full_text_on_document_id" UNIQUE, btree (document_id)
  13. "full_text_fti" gin (to_tsvector('english'::regconfig, text))
Add Comment
Please, Sign In to add comment