SyntaxFix
Write A Post
Hire A Developer
Questions
SHOW CREATE TABLE <tablename>\G
will format it much nicer compared to the output of
SHOW CREATE TABLE <tablename>;
The \G trick is also useful to remember for many other queries/commands.
\G