Home > Database > Mysql Tutorial > body text

PowerDesigner需要设置的几项

WBOY
Release: 2016-06-07 16:06:50
Original
1071 people have browsed it

安装完PDM后,需要设计几项才能方便使用。 一、 设置name与code不要自动关联,我们在输入name时不希望连带code都改变。 打开Tools-General Options-Dialog,去掉Name to Code Mirroring 的勾 二、在自动生成的SQL中,不希望表名和列名包含双引号。 选择Datab

安装完PDM后,需要设计几项才能方便使用。

一、 设置name与code不要自动关联,我们在输入name时不希望连带code都改变。

打开Tools->General Options->Dialog,去掉Name to Code Mirroring 的勾

二、在自动生成的SQL中,不希望表名和列名包含双引号。

选择Database->Edit current database->Script->Sql->Format,有一项CaseSensitivityUsingQuote,它的comment为“Determines if the case sensitivity for identifiers is managed using double quotes”,表示是否适用双引号来规定标识符的大小写,可以看到右边的values默认值为“YES”,改为“No”即可!

三、希望将name自动生成列的comment。

\

\

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!