Code: Select all
CREATE TABLE `some` (
col1 `somecol1` char not null COMMENT `somecol1 description`
…
) COMMENT `some table description`;
columns comments can be viewed on hovering
- - on column header in data view
- on column name in SQL editor
- on column name in Explorer
on so on...
- - on tab header with table data
- on table name in SQL editor
- on table name in explorer window
and so on...