惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LINUX DO - 最新话题
NISL@THU
NISL@THU
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
P
Privacy & Cybersecurity Law Blog
Schneier on Security
Schneier on Security
宝玉的分享
宝玉的分享
Cisco Talos Blog
Cisco Talos Blog
Help Net Security
Help Net Security
月光博客
月光博客
V
V2EX
量子位
T
Threat Research - Cisco Blogs
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
Google DeepMind News
Google DeepMind News
P
Privacy International News Feed
S
Secure Thoughts
T
The Exploit Database - CXSecurity.com
P
Proofpoint News Feed
C
CXSECURITY Database RSS Feed - CXSecurity.com
Engineering at Meta
Engineering at Meta
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
A
Arctic Wolf
S
Schneier on Security
H
Hacker News: Front Page
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
Cisco Blogs
G
GRAHAM CLULEY
The Cloudflare Blog
博客园 - Franky
N
News and Events Feed by Topic
TaoSecurity Blog
TaoSecurity Blog
云风的 BLOG
云风的 BLOG
H
Heimdal Security Blog
The GitHub Blog
The GitHub Blog
C
Check Point Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
T
The Blog of Author Tim Ferriss
小众软件
小众软件
Hacker News: Ask HN
Hacker News: Ask HN
T
Tenable Blog
The Last Watchdog
The Last Watchdog
J
Java Code Geeks
T
Troy Hunt's Blog
B
Blog
Blog — PlanetScale
Blog — PlanetScale
腾讯CDC

博客园 - Slash

世界上最经典的25句话[转载] Just do it 送炭之恩 历程 VMware使用相关 (转)绝不能错过 100个最佳Linux站点推荐 (转)7290常用快捷键 (转载)30岁前男人需要完成的事 (转载)表示业务实体的几种方式比较分析 CodeSmith:类型化DataSet实体类模板 PowerDesigner实现异构数据库转化 发布PowerDesigner11.0中文教程 人生的忠告 DotNet项目中常见文件类型 PowerDesigner中依赖关系自动创建主键 PowerDesigner中定制数据字典 DotTextWeb数据库安装过程 DotTexWeb项目不能正常加载打开 应该通过了数工
PDM生成的SQL脚本不能正确执行解决过程
Slash · 2006-09-01 · via 博客园 - Slash

    今天总算是基本完成了论坛整个的数据库设计工作,由于整个过程都是采用PD来处理,刚接触使用,对于其中一些配置环境还不是很熟悉,这次是由于前期CDM设计不够完善导致一直都不能正常执行数据库的新建工作,执行生成的SQL脚本总是一个数据表UserOnLine不能正常建立.
   
最后经过多方检查才知道是其中一属性LastActivity(上次活动时间)的数据类型和默认值设置不一致,哭笑不得,原来PowerDesigner中不能对默认值的数据类型进行匹配性检查,CDM中设置默认值为getdate(),而由于粗心竟然将LastActivity的数据类型设置为Integer,PowerDesigner也没有对默认值进行检查,所以在Check Model时依然能通过.也算是给自己又一次教训:在前期设计过程中对于每个细节都需要谨慎处理.

posted on 2006-09-01 22:11  Slash  阅读(1508)  评论(2)    收藏  举报