提交 d645aa28 编写于 作者: S Sean Griffin 提交者: GitHub

Merge pull request #30798 from bogdanvlviv/express-change_column_comment-as-public-api

Express #change_column_comment as public api
......@@ -1174,7 +1174,7 @@ def change_table_comment(table_name, comment)
end
# Changes the comment for a column or removes it if +nil+.
def change_column_comment(table_name, column_name, comment) #:nodoc:
def change_column_comment(table_name, column_name, comment)
raise NotImplementedError, "#{self.class} does not support changing column comments"
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册