Skip to content

Instantly share code, notes, and snippets.

@GbengaElebs
Created January 1, 2021 15:28
Show Gist options
  • Save GbengaElebs/973d43d21398735d43fca40fa47ce447 to your computer and use it in GitHub Desktop.
Save GbengaElebs/973d43d21398735d43fca40fa47ce447 to your computer and use it in GitHub Desktop.
CREATE TABLE Usersdb.Users (
id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY,
UserName VARCHAR(30) NOT NULL,
Hobbies VARCHAR(30) NOT NULL,
Location VARCHAR(50));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment