Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 29, 2020 23:24
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/e312aaa050493628ccb9c21a55c43f0b to your computer and use it in GitHub Desktop.
Save parzibyte/e312aaa050493628ccb9c21a55c43f0b to your computer and use it in GitHub Desktop.
CREATE TABLE videojuegos(
id bigint unsigned not null primary key auto_increment,
nombre varchar(255),
descripcion varchar(255)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment