Create database schema document
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 ...
Steps of create database schema document for MySQL