fromHackernoon
1 year agoNavigating MySQL Data Types: Sets and Enums | HackerNoon
ENUM is a string object that can hold a single value chosen from a predefined list. It’s stored internally as an integer index, supports up to 65,535 elements, and is ideal for fixed options like order statuses.
Software development