Skip to content

Instantly share code, notes, and snippets.

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