Unsupported Screen Size: The viewport size is too small for the theme to render properly.

mysql comments in SQLYOG

forums forums SQLyog Using SQLyog mysql comments in SQLYOG

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #8574
      water
      Member

      Does SQLYOG support MySQL comments?

      If so, how?

      If not, please consider doing so!

      Thanks

      http://dev.mysql.com/doc/mysql/en/CREATE_TABLE.html

      “A comment for a column can be specified with the COMMENT option. The comment is displayed by the SHOW CREATE TABLE and SHOW FULL COLUMNS statements. This option is operational as of MySQL 4.1. (It is allowed but ignored in earlier versions.) “

    • #16291
      Ritesh
      Member

      SQLyog supports table level comments. To specify COMMENTS for a table, click on Advanced Properties… button.

      HTH

    • #16292
      Shadow
      Member

      SQLyog – currently – supports via its GUI the creation and retrieval of table level comments only. By issuing appropriate SQL command you can create and retrieve field level comments as well.

      If you select a table in the object browser, then the comments belonging to the fields of the given table will be displayed in the object pane.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.