ALTER TABLE storage_locations ADD CONSTRAINT chk_storage_type CHECK (storage_type IN ( 'COLD_ROOM', 'FREEZER', 'DRY_STORAGE', 'DISPLAY_COUNTER', 'PRODUCTION_AREA' ));