EA(Enterprise Architect) 自定义数据类型(Data Type)

需求:在EA增加需要的json类型
实现:
Find Command -> settings -> Database Datatypes
Product Name -->选择数据库
New -->Datatype
键入jsonb -->save

显示别名
《Database PostgresSQL -- 右键 -- Propeties -- Diagram -- Use Alias if Available》

修改主键模板,比如pk_tablename 改为tablename_pkey

find command: Code Editors -> Source Code Engineering --> DDL name templates

posted @ 2021-04-06 18:02  ysloong  阅读(548)  评论(0)    收藏  举报