原文 https://archive.sap.com/discussions/thread/3641585

First you reverse engineer from a script where the GUID is, into the PDM, there you should get an "internal" type CLS in the model.

this should be in mssql20???.xdb, if not you can add it(what i did in this example):

then you create the model by changing the type to Postgres, where the internal type CLS should be translated to varchar(max)

and for that you need to add:

最新文章

  1. Spring BeanNameAutoProxyCreator 与 ProxyFactoryBean区别
  2. Jmeter测试结果分析
  3. jQuery动态设置样式List item
  4. Windows-mysql5.7安装
  5. ATT GATT Profile
  6. poj 1026(置换群)
  7. [C#]判断是否是合法的IP4,IP6地址
  8. SecureCRT 中文乱码问题
  9. android activity在横竖屏切换的时候不重新调用onCreate方法
  10. python命令行解析工具argparse模块【4】
  11. iOS学习之路十三(动态调整UITableViewCell的高度)
  12. Python学习笔记——基础篇【第六周】——面向对象
  13. 编译Twitter的Heron时一直报错“heron/bazel_configure.py", line 25, in <module> import semver ImportError: No module named semver”如何处理。
  14. 解析 Javascript - this
  15. C语言程序设计第一次实验
  16. Property属性, KVC键值编码OC…
  17. 《C#并发编程经典实例》学习笔记—2.6 任务完成时的处理
  18. Nginx的进程模型及高可用方案(OpenResty)
  19. An Exploration of ARM TrustZone Technology
  20. Vue子组件调用父组件的方法

热门文章

  1. JSON 表达式
  2. Android 面试之横竖屏切换的Activity生命周期
  3. Qt for Automation
  4. iOS 直播
  5. Android四大组件之Activity--管理方式
  6. 使用Fiddler对android应用抓包 专题
  7. Gamma 函数及其应用
  8. repo/git Android/CyanogenMod srouce code
  9. 得知OpenCV研究报告指出系列(一)VS2010+OpenCV2.4.9环境配置
  10. 浅谈WPF中对控件的位图特效(WPF Bitmap Effects)