Would like to see more info about columns
- Type
- If field[s] is indexed
- Comment
My personal rules:
- column definition:
{name} {SQL type} [-- {comment}]
- Primary keys should be in the header of each table
- Foreign keys should be marked with
+ (will be displayed as green dot) with reference in comment
- Indexed fields should be marked as bold
- Comments starts with
--
- Comments for table should be put in header of each table
- Relationships should be placed