Cheenu Soni
01/29/2021, 7:37 AMMatteo Mirk
01/30/2021, 7:12 AMAnd I want to keep the space allocation to a variable to a minimum.Welcome to architectural design tradeoffs 😉 To achieve this you should analyze what kind of data you’ll be storing in that column and try to forecast the maximum length expected. Mysql has the TEXT type for very large strings, I don’t know if H2 does.
Cheenu Soni
01/30/2021, 7:19 AMMatteo Mirk
01/30/2021, 8:36 AM