Skip to content

Instantly share code, notes, and snippets.

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