- MySQL index on BLOB/TEXT can only be partial (e.g.: `column`(length))
This commit is contained in:
Roland Häder 2022-06-19 10:48:47 +02:00
parent 5792a01a01
commit 5f6943b008
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
3 changed files with 7 additions and 7 deletions

View file

@ -1272,7 +1272,7 @@ return [
],
"indexes" => [
"PRIMARY" => ["id"],
"uri-id-url" => ["UNIQUE", "uri-id", "url"],
"uri-id-url" => ["UNIQUE", "uri-id", "url(512)"],
"uri-id-id" => ["uri-id", "id"],
]
],