Options for CREATE USER MAPPING
Name of the foreign server
Local user: a role name, 'CURRENT_USER', or 'PUBLIC'
Optional
Mapping OPTIONS, e.g. { user: 'remoteuser', password: 'remotepass' }
Use CREATE USER MAPPING IF NOT EXISTS
Options for CREATE USER MAPPING