Field Data Types / MySQL
Integer Types
Float Types
Bit-Value Type - BIT
Date and Time Types
String Types
Boolean Types
Type list
Type
Bytes
Min Value
Max Value
BIT(1)
(1 + 7)/8 = 1
0
1
BIT(5)
(5 + 7)/8 = 2
00000
11111
BIT(64)
(64 + 7)/8 = 9
0(64)
1(64)