Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
The `METADATA` column on APPLICATION_INPUT and EXPERIMENT_INPUT is a `VARCHAR(255)`. With the additional metadata I've been adding I ran into this limit (and was able to temporarily work around it by removing whitespace). The field should be larger or possibly a CLOB because some experiment inputs need metadata to specify the options (like radio buttons or dropdowns) which can get quite lengthy.