- Issue created by @Chi
- Status changed to Needs review
over 1 year ago 11:36am 15 June 2023 - last update
over 1 year ago 7 pass - Status changed to RTBC
over 1 year ago 11:43am 15 June 2023 - Status changed to Needs work
over 1 year ago 12:39pm 15 June 2023 - 🇷🇺Russia Chi
Drupal does not allow setting arbitrary size. It has to be on of the following.
- tiny
- small
- medium
- normal
- big
- First commit to issue fork.
- last update
over 1 year ago 7 pass - @sakthi_dev opened merge request.
- Status changed to Needs review
over 1 year ago 2:38pm 15 June 2023 - 🇷🇺Russia Chi
Small integer will be mapped by DB drivers to the following types.
- MySQL → SMALLINT
- PosgreSQL → smallint
- SQLite → INTEGER
We need to figure out if the maximum allowed value for this field fits the corresponding range.