Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.71 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Column    |           Type           | Modifiers
  2. -------------+--------------------------+-----------
  3.  uuid        | character varying(36)    | not null
  4.  url         | character varying(256)   | not null
  5.  long_url    | text                     | not null
  6.  creation    | timestamp with time zone | not null
  7.  last_update | timestamp with time zone | not null
  8. Indexes:
  9.     "ls_mapping_pkey" PRIMARY KEY, btree (uuid)
  10.     "ls_mapping_creation" btree (creation)
  11.     "ls_mapping_last_update" btree (last_update)
  12.     "ls_mapping_long_url" btree (long_url)
  13.     "ls_mapping_long_url_like" btree (long_url varchar_pattern_ops)
  14.     "ls_mapping_url" btree (url)
  15.     "ls_mapping_url_like" btree (url varchar_pattern_ops)