CREATE TABLE yourtable ( ageRange ENUM( 'infant', 'toddler', 'child', 'preteen', 'teen', 'young adult', 'adult', 'milddle-aged', 'senior', 'ancient', 'old-pedant' ) );
Jump To Top of Thread