MySQL has UNSIGNED modifier, which makes following type unsigned. Jooq generator maps such types still to int, which is signed in Java.
確定! 回上一頁