saas-export project-PowerDesigner introduction and use

Final Results:

Insert picture description here

Introduction to PowerDesigner

  • (1) What is PowerDesigner?
    Power Designer is a CASE tool set of Sybase, which can be used easily对管理信息系统进行分析设计,他几乎包括了数据库模型设计的全过程

  • (2) What are the characteristics of PowerDesigner?
    Advantages:
    no need to use statements such as create table to create a table structure, database statements can be automatically generated.
    Database designers can only focus on how to model data

    Insert picture description here

PowerDesigner draw use case diagram

  • (1) What is UML?
    Unified Modeling Language (UML) also known as Unified Modeling Language or Standard Modeling Language
  • (2) What are the characteristics of UML?
    》》Provide modeling and visualization support.
    It is a graphical language that supports modeling and software system development. It provides modeling and visualization support for all stages of software development, including from requirement analysis to specifications, to construction and configuration.
    》》UML It contains a lot of graphics (use case diagrams, class diagrams, state diagrams, etc.), of which use case diagrams are the graphics that best reflect the functional structure of the system.
  • (3) Use PowerDesigner to draw use case diagrams
    Use case diagrams are used to describe 用户/角色which functions can be operated
  • Insert picture description here
I have uploaded the above two documents to the blog, if you need it, you can download it

Insert picture description here

New physical model

Insert picture description here

Create department table and employee table

Edit table name:
Insert picture description here

Edit column:

Insert picture description here

Add table relationship (primary key foreign key)
Insert picture description here

Insert picture description here

Finally generate the database

Click Generate Database of Database

Insert picture description here

Sure to generate

Insert picture description here

carry out

Insert picture description here

Guess you like

Origin blog.csdn.net/qq_37924905/article/details/109264935