Skip to content

Instantly share code, notes, and snippets.

@tamata78
Last active November 30, 2018 03:45
Show Gist options
  • Save tamata78/1dc6b7d85ffa26dd39c64fc65dcf804d to your computer and use it in GitHub Desktop.
Save tamata78/1dc6b7d85ffa26dd39c64fc65dcf804d to your computer and use it in GitHub Desktop.
SQL_general

DBカラム桁数決めの参考値

Short.MAX_VALUE: 32767 -> 約3万
Short.MIN_VALUE: -32768
Integer.MAX_VALUE: 2147483647 -> 約21億
Integer.MIN_VALUE: -2147483648
Long.MAX_VALUE: 9223372036854775807 -> 約922京(けい)
Long.MIN_VALUE: -9223372036854775808
Float.MAX_VALUE: 3.4028235E38 -> 約340澗(かん)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment