Skip to content

Instantly share code, notes, and snippets.

@Falci
Created February 21, 2013 02:36
Show Gist options
  • Save Falci/5001532 to your computer and use it in GitHub Desktop.
Save Falci/5001532 to your computer and use it in GitHub Desktop.
CREATE TABLE images
(
id bigserial,
nome character varying(100),
mime character varying(25),
img bytea,
dataupload timestamp without time zone
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment