How to Do ENUM in PhpMyAdmin | eHow

How to Do ENUM in PhpMyAdmin | eHow

瀏覽:509
日期:2025-11-18
In MySQL, an enumerated type, or enum for short, is a string with a predefined set of values. Any fields you define using enum can only be assigned a value from that predefined set. For instance, the status of a traffic light can be defined as either red,...看更多