Advertisement
Gobias

Untitled

Aug 24th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.                                                          Table "public.api_testentry"
  2.     Column    |           Type           |                         Modifiers                          | Storage  | Stats target
  3.  | Description
  4. --------------+--------------------------+------------------------------------------------------------+----------+-------------
  5. -+-------------
  6.  id           | integer                  | not null default nextval('api_testentry_id_seq'::regclass) | plain    |            
  7.  |
  8.  text_content | text                     | not null                                                   | extended |            
  9.  |
  10.  lat          | numeric(17,14)           | not null                                                   | main     |            
  11.  |
  12.  long         | numeric(17,14)           | not null                                                   | main     |            
  13.  |
  14.  created      | timestamp with time zone | not null                                                   | plain    |            
  15.  |
  16.  pnt          | geometry(Point,4326)     |                                                            | main     |            
  17.  |
  18. Indexes:
  19.     "api_testentry_pkey" PRIMARY KEY, btree (id)
  20.     "api_testentry_pnt_id" gist (pnt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement