Skip to content

Instantly share code, notes, and snippets.

@rupesh2017
Created August 3, 2018 13:58
Show Gist options
  • Save rupesh2017/d5d8bf36d4789975dcecf99639674b56 to your computer and use it in GitHub Desktop.
Save rupesh2017/d5d8bf36d4789975dcecf99639674b56 to your computer and use it in GitHub Desktop.
table
CREATE TABLE registered_user (
id SERIAL PRIMARY KEY,
userid VARCHAR UNIQUE NOT NULL,
hash_password VARCHAR NOT NULL
);
CREATE TABLE A (
id SERIAL PRIMARY KEY,
userid VARCHAR UNIQUE NOT NULL,
passw VARCHAR NOT NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment