Advertisement
Gobias

Untitled

Aug 24th, 2015
71
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 | Description
  3. --------------+--------------------------+------------------------------------------------------------+----------+--------------+-------------
  4.  id           | integer                  | not null default nextval('api_testentry_id_seq'::regclass) | plain    |              |
  5.  text_content | text                     | not null                                                   | extended |              |
  6.  lat          | numeric(17,14)           | not null                                                   | main     |              |
  7.  long         | numeric(17,14)           | not null                                                   | main     |              |
  8.  created      | timestamp with time zone | not null                                                   | plain    |              |
  9.  pnt          | geography(Point,4326)    |                                                            | main     |              |
  10. Indexes:
  11.     "api_testentry_pkey" PRIMARY KEY, btree (id)
  12.     "api_testentry_pnt_id" gist (pnt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement