spelling: indices
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
		| @@ -90,7 +90,7 @@ var ( | |||||||
| 			// Translate types. | 			// Translate types. | ||||||
| 			{matchLiteral("bytea"), "blob"}, | 			{matchLiteral("bytea"), "blob"}, | ||||||
| 			{matchLiteral("timestamptz"), "datetime(3)"}, | 			{matchLiteral("timestamptz"), "datetime(3)"}, | ||||||
| 			// MySQL doesn't support indicies on text fields w/o | 			// MySQL doesn't support indices on text fields w/o | ||||||
| 			// specifying key length. Use varchar instead (767 byte | 			// specifying key length. Use varchar instead (767 byte | ||||||
| 			// is the max key length for InnoDB with 4k pages). | 			// is the max key length for InnoDB with 4k pages). | ||||||
| 			// For compound indexes (with two keys) even less. | 			// For compound indexes (with two keys) even less. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user