Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - What data type is used for quantity in mysql?
What data type is used for quantity in mysql?
MySQL data types are subdivided into the following categories:

Numerical values are generally expressed by floating point/fixed point such as tinyint, int and bigint, generally expressed by float, double, decimal and related synonym strings, generally expressed by time and date such as char and varchar, generally expressed by binary such as date, datetime, time and timestamp, and generally enumerated by binary and varbinary bit types.