JDBC Batch Errors due to column lengths being too small
Description
The column lengths for description, installInstructions, and changelog are set to TEXT which is just 64 kb of text. Set them to LONGTEXT to be as future proof as possible.
Gliffy Diagrams
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
The column lengths for
description
,installInstructions
, andchangelog
are set toTEXT
which is just 64 kb of text. Set them toLONGTEXT
to be as future proof as possible.