Skip to content

Instantly share code, notes, and snippets.

@emoseman
Created August 27, 2012 14:23
Show Gist options
  • Save emoseman/3488880 to your computer and use it in GitHub Desktop.
Save emoseman/3488880 to your computer and use it in GitHub Desktop.
postgresql create type
DROP TYPE NAME CASCADE;
CREATE TYPE NAME (
INT,TEXT
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment