Skip to content

Instantly share code, notes, and snippets.

@dlangille
Created June 6, 2015 04:19
Show Gist options
  • Save dlangille/0d02bab85010d91a96af to your computer and use it in GitHub Desktop.
Save dlangille/0d02bab85010d91a96af to your computer and use it in GitHub Desktop.
bsdcan=# \d person
Table "public.person"
Column | Type | Modifiers
-----------------+-----------------------------+-------------------------------------------------------------
id | integer | not null default nextval('person_id_seq'::regclass)
date_added | timestamp without time zone | not null default ('now'::text)::timestamp(6) with time zone
first_name | text | not null
last_name | text | not null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment