• <i id='WL206'><tr id='WL206'><dt id='WL206'><q id='WL206'><span id='WL206'><b id='WL206'><form id='WL206'><ins id='WL206'></ins><ul id='WL206'></ul><sub id='WL206'></sub></form><legend id='WL206'></legend><bdo id='WL206'><pre id='WL206'><center id='WL206'></center></pre></bdo></b><th id='WL206'></th></span></q></dt></tr></i><div id='WL206'><tfoot id='WL206'></tfoot><dl id='WL206'><fieldset id='WL206'></fieldset></dl></div>

      <legend id='WL206'><style id='WL206'><dir id='WL206'><q id='WL206'></q></dir></style></legend>

      <small id='WL206'></small><noframes id='WL206'>

        <bdo id='WL206'></bdo><ul id='WL206'></ul>

      <tfoot id='WL206'></tfoot>

      1. 更改 MySQL 表以在列上添加注释

        Alter MySQL table to add comments on columns(更改 MySQL 表以在列上添加注释)
            <bdo id='aQBVP'></bdo><ul id='aQBVP'></ul>

            <small id='aQBVP'></small><noframes id='aQBVP'>

              • <legend id='aQBVP'><style id='aQBVP'><dir id='aQBVP'><q id='aQBVP'></q></dir></style></legend>

                <i id='aQBVP'><tr id='aQBVP'><dt id='aQBVP'><q id='aQBVP'><span id='aQBVP'><b id='aQBVP'><form id='aQBVP'><ins id='aQBVP'></ins><ul id='aQBVP'></ul><sub id='aQBVP'></sub></form><legend id='aQBVP'></legend><bdo id='aQBVP'><pre id='aQBVP'><center id='aQBVP'></center></pre></bdo></b><th id='aQBVP'></th></span></q></dt></tr></i><div id='aQBVP'><tfoot id='aQBVP'></tfoot><dl id='aQBVP'><fieldset id='aQBVP'></fieldset></dl></div>
                  <tbody id='aQBVP'></tbody>

                  <tfoot id='aQBVP'></tfoot>
                  本文介绍了更改 MySQL 表以在列上添加注释的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我一直在检查 MySQL ALTER TABLE 文档 并且它似乎不包括向列添加或修改注释的方法.我该怎么做?

                  I have been checking the MySQL Documentation for ALTER TABLE and it does not seem to include a way to add or modify a comment to a column. How can I do this?

                  -- for table
                  ALTER TABLE myTable COMMENT 'Hello World'
                  
                  -- for columns
                  -- ???
                  

                  推荐答案

                  尝试:

                   ALTER TABLE `user` CHANGE `id` `id` INT( 11 ) COMMENT 'id of user'  
                  

                  这篇关于更改 MySQL 表以在列上添加注释的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How to delete duplicate records in mysql database?(如何删除mysql数据库中的重复记录?)
                  Python Pandas write to sql with NaN values(Python Pandas 使用 NaN 值写入 sql)
                  MySQL Insert amp; Joins(MySQL 插入 amp;加入)
                  MySQL concat() to create column names to be used in a query?(MySQL concat() 创建要在查询中使用的列名?)
                  NodeJS responded MySQL timezone is different when I fetch directly from MySQL(当我直接从 MySQL 获取时,NodeJS 响应 MySQL 时区不同)
                  WHERE datetime older than some time (eg. 15 minutes)(WHERE 日期时间早于某个时间(例如 15 分钟))

                  <tfoot id='0qlxr'></tfoot>
                    • <bdo id='0qlxr'></bdo><ul id='0qlxr'></ul>
                      <legend id='0qlxr'><style id='0qlxr'><dir id='0qlxr'><q id='0qlxr'></q></dir></style></legend>
                        <tbody id='0qlxr'></tbody>

                      <small id='0qlxr'></small><noframes id='0qlxr'>

                          <i id='0qlxr'><tr id='0qlxr'><dt id='0qlxr'><q id='0qlxr'><span id='0qlxr'><b id='0qlxr'><form id='0qlxr'><ins id='0qlxr'></ins><ul id='0qlxr'></ul><sub id='0qlxr'></sub></form><legend id='0qlxr'></legend><bdo id='0qlxr'><pre id='0qlxr'><center id='0qlxr'></center></pre></bdo></b><th id='0qlxr'></th></span></q></dt></tr></i><div id='0qlxr'><tfoot id='0qlxr'></tfoot><dl id='0qlxr'><fieldset id='0qlxr'></fieldset></dl></div>