原文 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):

 

Reverse Engineering Custom DataTypes -> GUID() in SQL Server to PostgreSQL

 

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:

Reverse Engineering Custom DataTypes -> GUID() in SQL Server to PostgreSQL

相关文章:

  • 2022-12-23
  • 2022-01-18
  • 2022-01-26
  • 2021-11-24
  • 2021-06-18
  • 2022-01-12
猜你喜欢
  • 2021-11-01
  • 2021-11-12
  • 2022-12-23
  • 2021-06-21
  • 2021-08-26
  • 2021-06-04
  • 2021-10-24
相关资源
相似解决方案