- 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

@ -31,11 +31,11 @@ Fields
Indexes
------------
| Name | Fields |
| ---------- | ------------------- |
| PRIMARY | id |
| uri-id-url | UNIQUE, uri-id, url |
| uri-id-id | uri-id, id |
| Name | Fields |
| ---------- | ------------------------ |
| PRIMARY | id |
| uri-id-url | UNIQUE, uri-id, url(512) |
| uri-id-id | uri-id, id |
Foreign Keys
------------