Skip to content

Commit

Permalink
Add a note that index length is supported only by MySQL [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Nov 11, 2021
1 parent 3fcadfb commit a9ce957
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -778,7 +778,7 @@ def rename_column(table_name, column_name, new_column_name)
#
# CREATE INDEX by_name_surname ON accounts(name(10), surname(15))
#
# Note: SQLite doesn't support index length.
# Note: only supported by MySQL
#
# ====== Creating an index with a sort order (desc or asc, asc is the default)
#
Expand Down

0 comments on commit a9ce957

Please sign in to comment.