Create database schema document: Difference between revisions

Jump to navigation Jump to search
no edit summary
mNo edit summary
No edit summary
Line 3: Line 3:


== Table document ==
== Table document ==
Sample result of mysql query: {{kbd | key =<nowiki>EXPLAIN <table></nowiki>}}
Sample result of mysql query<ref>[https://dev.mysql.com/doc/refman/8.0/en/show-columns.html MySQL :: MySQL 8.0 Reference Manual :: 13.7.6.5 SHOW COLUMNS Syntax]</ref>: {{kbd | key =<nowiki>EXPLAIN <table></nowiki>}}
<pre>
<pre>
Field | Type | Null | Key | Default | Extra
Field | Type | Null | Key | Default | Extra
Line 31: Line 31:
Tools: SQL syntax beautifier
Tools: SQL syntax beautifier
* [http://www.dpriver.com/pp/sqlformat.htm Instant SQL Formatter]
* [http://www.dpriver.com/pp/sqlformat.htm Instant SQL Formatter]
== References ==
<references />


Related pages:
Related pages:

Navigation menu