Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 6, 2019 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/1931a3db1db9ef89a0163642c00ae964 to your computer and use it in GitHub Desktop.
Save parzibyte/1931a3db1db9ef89a0163642c00ae964 to your computer and use it in GitHub Desktop.
CREATE TABLE productos(
id SERIAL,
codigo VARCHAR(255),
descripcion VARCHAR(1024),
precio DECIMAL(9, 2)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment