Skip to content

Instantly share code, notes, and snippets.

@imanilchaudhari
Created September 21, 2018 07:26
Show Gist options
  • Save imanilchaudhari/16aad43b615aeacc3cd16ca427dca7dd to your computer and use it in GitHub Desktop.
Save imanilchaudhari/16aad43b615aeacc3cd16ca427dca7dd to your computer and use it in GitHub Desktop.
MySQL table schema debugger
LIST OF MYSQL FUNCTIONS
=======================
show create table <table>; // displays the sql query similar to sql while creating
show fields from <table>; // displays the fields of table
show indexes from <table>; // displays the indexed of tabe ( foreign, unique, index etc. )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment