Just like there is code highlighting for languages when you ask programming questions, can you add a feature where you can enter table design information and it is visually shown in the question?
Right now, we either use ASCII art to represent tables or paste the CREATE statement. ASCII is cumbersome and CREATE statements take a lot of time (at least for me) to understand and visualize.
Wouldn't it be great to have a feature where you can enter table names, fields, types, keys, relations etc. and it shows a DB table diagram so that people who answer can start working on the problem instead of spending half the time understanding the table structures?