
powerdesigner
kong-kong
记录流水账
展开
-
powerdesigner导出建表脚本
powerdesign生成建表脚本原创 2022-10-25 14:50:57 · 465 阅读 · 0 评论 -
powerdesigner工具将pdm文件的comment同步至name
使用Powerdesigner工具将pdm文件的comment同步至name。点击Tools->Execute Commands->Edit/Run ScriptsOption Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl Set mdl = ActiveModel If (mdl Is Nothing) Then原创 2022-05-05 17:00:34 · 812 阅读 · 0 评论 -
powerdesigner设置 name to comment
Powerdesigner 把name设置成comment;PowerDesigner->Tools->Execute Commands->Edit/Run ScriptsOption Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl Set mdl = ActiveModel If (mdl Is Nothing) Then原创 2022-05-05 16:55:39 · 528 阅读 · 0 评论 -
PowerDesigner 中为日期字段设默认值为 CURRENT_TIMESTAMP
打开选项选中创建时间,点击右键点击Properties…选中Standard Checks查看脚本参考文档参考文档原创 2022-05-05 11:02:37 · 1176 阅读 · 0 评论 -
powerdesign修改name的时候,不改变code
Tools -> General Options -> Dialog -> Name to Code mirroring (去除打钩) 把沟去掉原创 2019-01-08 10:55:19 · 491 阅读 · 0 评论