command+="oarproperty -a #{key} --varchar || true\n"
else
raise"Error: the type of the '#{key}' property is unknown (Integer/String). Cannot generate the corresponding 'oarproperty' command."
raise"Error: the type of the '#{key}' property is unknown (Integer/String). Cannot generate the corresponding 'oarproperty' command. You must create this property manually ('oarproperty -a #{key} [--varchar]')"
puts"Properties that need to be created on the server: #{properties_keys["diff"].keys.to_a.join(', ')}"ifoptions[:verbose]&&properties_keys["diff"].keys.size>0
# puts "Properties existing on the server but not managed by the generator: #{unknown_properties.to_a.join(', ')}" if options[:verbose] && unknown_properties.size>0