Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active January 9, 2019 23:41
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/dedc8186424386619570d57419c5ec16 to your computer and use it in GitHub Desktop.
Save parzibyte/dedc8186424386619570d57419c5ec16 to your computer and use it in GitHub Desktop.
SET FOREIGN_KEY_CHECKS = 0;
DROP TABLE productos, usuarios, productos_vendidos, ventas;
SET FOREIGN_KEY_CHECKS = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment