Created
September 6, 2016 06:50
-
-
Save tistaharahap/b5a9871a5ce4e969b2c51300b3d34bcc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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