Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 3, 2019 02:44
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/054d1e8470f18a7c2e1330f1af050da4 to your computer and use it in GitHub Desktop.
Save parzibyte/054d1e8470f18a7c2e1330f1af050da4 to your computer and use it in GitHub Desktop.
create table probar_compresion(
id bigint unsigned not null auto_increment,
original text not null,
comprimido blob not null,
primary key(id)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment