Yes, indeed it looks like that’s it. What’s interesting is that h2 does give us 53 as the column size, whereas postgres gives 17 as both the size and the decimal digits. Oh and for int4 and int8 it gives us the # of decimal digits as the column size, and 0 as the number of decimal digits. Fun. |