mesosoi / silverwaregames-io-issue-tracker

Issue Tracker for SilverwareGames.io
https://silverwaregames.io
4 stars 1 forks source link

Limit the size for the extra data column for game stats to 4096 characters in the SQL table settings #355

Closed mesosoi closed 4 months ago

mesosoi commented 4 months ago

Currently the limit is only set in the function that saves the data.

mesosoi commented 4 months ago

Currently can't be done as MySQL doesn't support limiting of data for columns of the JSON type. Maybe there's a sense in changing the type to VARCHAR or something similar, but if it's the only reason then it's not worth it.