Changes between Initial Version and Version 1 of Ticket #20846, comment 29
- Timestamp:
- Nov 9, 2015, 9:08:37 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20846, comment 29
initial v1 1 1 re #18392: Exactly. I think the best plan is to have django be cautious and limit the index to 191 by default. 2 2 3 If the user has changed their DB config to allow longer prefixes, they can tell django to allow longer indexes, and can at least manually convert ROW_FORMAT on the tables.3 If the user has changed their DB config to allow longer prefixes, they can tell django to allow creating longer indexes, and can at least manually convert ROW_FORMAT on the tables.