Skip to content

Instantly share code, notes, and snippets.

@Samuyi
Last active January 9, 2019 05:14
Show Gist options
  • Save Samuyi/83593e4ba1b898ebd0e08ba41d154143 to your computer and use it in GitHub Desktop.
Save Samuyi/83593e4ba1b898ebd0e08ba41d154143 to your computer and use it in GitHub Desktop.
passwd sample table for my article
CREATE TABLE passwd (
id serial primary key,
name text,
password text,
position text
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment