Skip to content

Instantly share code, notes, and snippets.

@luisvonmuller
Created July 28, 2020 22:59
Show Gist options
  • Save luisvonmuller/27869f7ec0c1164dc3e2c3deb0f74455 to your computer and use it in GitHub Desktop.
Save luisvonmuller/27869f7ec0c1164dc3e2c3deb0f74455 to your computer and use it in GitHub Desktop.
CREATE TABLE heroes (
id SERIAL PRIMARY KEY,
fantasy_name VARCHAR NOT NULL,
real_name VARCHAR NULL,
spotted_photo TEXT NOT NULL,
strength_level INT NOT NULL DEFAULT 0
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment