VARCHAR as an alternative

suggest change

Let’s say we have

type ENUM('fish','mammal','bird')

An alternative is

type VARCHAR(20)  COMENT "fish, bird, etc"

This is quite open-ended in that new types are trivially added.

Comparison, and whether better or worse than ENUM:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents