Create database schema document: Difference between revisions
Jump to navigation
Jump to search
(Created page with " Steps of create database schema document for MySQL # Using [https://www.phpmyadmin.net/ phpMyAdmin] # SQL query: {{kbd | key =<nowiki>EXPLAIN <table></nowiki>}} or {{kbd | k...") |
(No difference)
|
Revision as of 15:50, 14 January 2016
Steps of create database schema document for MySQL
- Using phpMyAdmin
- SQL query: EXPLAIN <table> or show full columns from <table>
- Click "Print view (with full texts)"
- Copy the table to Word ...