Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 12, 2020 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/e4a5b9f33da182b8a2e3074e2963d59c to your computer and use it in GitHub Desktop.
Save parzibyte/e4a5b9f33da182b8a2e3074e2963d59c to your computer and use it in GitHub Desktop.
CREATE TABLE video_games
(
id bigint unsigned not null primary key auto_increment,
name VARCHAR(255) NOT NULL,
genre VARCHAR(255) NOT NULL,
year INTEGER NOT NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment