This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
INT(10) unsigned in mysql has limit up to 4b+ and when use with getLong of row, it throws java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long. Java's integer is signed and ...