I added a field named "path" to a table. Now when I click
"properties" to display the table structure, this field, and only this
field, has its name displayed with a broken underline.
I thought maybe "path" was a reserved word in MySQL, but it's not
in the list of reserved words in the docs.
What does this mean?
Logged In: YES
user_id=473563
The underlined column name indicates, that you have set
either a MIME type or a column comment there. Use your mouse
to hover over the column name, and it will display the
comment as a popup bubble.