#enum

[ follow ]
fromHackernoon
1 year ago

Navigating 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
[ Load more ]