#__fields.fieldparams is a TEXT field in the database with a maximum length of 65,535 characters. When I use a List type field with options, Joomla! stores it as JSON, like this:
{"header":"","multiple":1,"options":{"options0":{"name":"My Option 1","value":"My Option 1},"options1":{"name":"My Option 2","value":"My Option 2"}}}
When I need a lot of options, especially if they are a bit longer, it can easily reach the character limit.
What do you think about using MEDIUMTEXT instead of TEXT?
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
Feature
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-10-12 07:21:41 |
Closed_By | ⇒ | alikon |
after #42606 it make sense