PHPRunner doesn't yet support different 'Edit as' types on Add/Edit pages. As a workaround you can add an alias to this field in SQL query: select ...
field,
field as field2
from ... Then make sure field only appears on the Add page while field2 appears on the Edit page only. This way you can set two different 'Edit as' types for these fields.