提交 92b0c49c 编写于 作者: E Eugene Kenny

Update note on MySQL index order support [ci skip]

MySQL supports descending indexes from 8.0.1 onwards:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html
上级 c9936eec
......@@ -715,7 +715,7 @@ def rename_column(table_name, column_name, new_column_name)
#
# CREATE INDEX by_branch_desc_party ON accounts(branch_id DESC, party_id ASC, surname)
#
# Note: MySQL doesn't yet support index order (it accepts the syntax but ignores it).
# Note: MySQL only supports index order from 8.0.1 onwards (earlier versions accepted the syntax but ignored it).
#
# ====== Creating a partial index
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册