Skip to content

Instantly share code, notes, and snippets.

@tistaharahap
Created September 6, 2016 06:50
Show Gist options
  • Save tistaharahap/b5a9871a5ce4e969b2c51300b3d34bcc to your computer and use it in GitHub Desktop.
Save tistaharahap/b5a9871a5ce4e969b2c51300b3d34bcc to your computer and use it in GitHub Desktop.
CREATE TABLE user (
user_id INT UNSIGNED PRIMARY KEY,
user_name VARCHAR(50),
user_email VARCHAR(255),
created DATETIME
) ENGINE=InnoDB;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment