Skip to content

Instantly share code, notes, and snippets.

@ikks
Created August 13, 2012 22:38
Show Gist options
  • Save ikks/3344575 to your computer and use it in GitHub Desktop.
Save ikks/3344575 to your computer and use it in GitHub Desktop.
Tabla con hstore
CREATE TABLE producto (
id serial PRIMARY KEY,
nombre varchar,
atributos hstore
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment