Skip to content

Instantly share code, notes, and snippets.

@CalebCurry
Last active August 23, 2017 17:19
Show Gist options
  • Save CalebCurry/d894c0c49d2628bb767447ed74f64822 to your computer and use it in GitHub Desktop.
Save CalebCurry/d894c0c49d2628bb767447ed74f64822 to your computer and use it in GitHub Desktop.
Blog-db2-4-1
CREATE TABLE users
(
user_id INT,
email VARCHAR(50),
first_name VARCHAR(50),
last_name VARCHAR(50),
is_verified BOOLEAN
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment