Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 2, 2019 04:12
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/13e978d7f12c5c3c85b4ae167edef6c7 to your computer and use it in GitHub Desktop.
Save parzibyte/13e978d7f12c5c3c85b4ae167edef6c7 to your computer and use it in GitHub Desktop.
create table tarjetas_credito(
id bigint unsigned auto_increment,
numero text,
ccv blob,
primary key(id)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment