
Untitled
By: a guest on
May 5th, 2012 | syntax:
None | size: 0.71 KB | hits: 13 | expires: Never
Column | Type | Modifiers
-------------+--------------------------+-----------
uuid | character varying(36) | not null
url | character varying(256) | not null
long_url | text | not null
creation | timestamp with time zone | not null
last_update | timestamp with time zone | not null
Indexes:
"ls_mapping_pkey" PRIMARY KEY, btree (uuid)
"ls_mapping_creation" btree (creation)
"ls_mapping_last_update" btree (last_update)
"ls_mapping_long_url" btree (long_url)
"ls_mapping_long_url_like" btree (long_url varchar_pattern_ops)
"ls_mapping_url" btree (url)
"ls_mapping_url_like" btree (url varchar_pattern_ops)