-- Add phone to allowed field types for dynamic_form_fields
ALTER TABLE dynamic_form_fields MODIFY `field_type` ENUM('text','textarea','email','phone','number','select','checkbox','radio','date','file','url') NOT NULL DEFAULT 'text';
