Skip to content

Instantly share code, notes, and snippets.

@haeramkeem
Created June 5, 2022 03:01
Show Gist options
  • Save haeramkeem/0f6ed782277694f5d3a59f890e5784aa to your computer and use it in GitHub Desktop.
Save haeramkeem/0f6ed782277694f5d3a59f890e5784aa to your computer and use it in GitHub Desktop.
MySQL get table schema
-- https://www.mysqltutorial.org/mysql-show-columns/
DESCRIBE table_name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment