document mysql collation can only be set during creation
This commit is contained in:
parent
0fa4c5fc2b
commit
89957eed53
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ options:
|
||||||
choices: [ "present", "absent", "dump", "import" ]
|
choices: [ "present", "absent", "dump", "import" ]
|
||||||
collation:
|
collation:
|
||||||
description:
|
description:
|
||||||
- Collation mode
|
- Collation mode (sorting). This only applies to new table/databases and does not update existing ones, this is a limitation of MySQL.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
encoding:
|
encoding:
|
||||||
|
|
Loading…
Reference in a new issue