当使用PowerDesigner创建数据库设计时,没有注释?按照我的引导,来创建一下吧
具体步骤如下:
1、菜单栏选择tools(工具)–>
2、选择显示首选项:
3、上面的操作hui弹出下面的第一步,然后按流程操作就好了
4、别急,还没有结束,
选择右面第一个Edit/run Script这个,将下列代码赋值进去执行一下,就大功告成了
name to comment```
Option Explicit
ValidationMode = True
InteractiveMode = im_Batch
Dim mdl ' the current model
' get the current active model
Set mdl = ActiveModel
If (mdl Is Nothing) Then
MsgBox "There is no