open:ermodel

這是本文件的舊版!


Customeraccount «PK»cust_code «PK»cust_namecust_addrother_detailsTrantran_code «PK»cust_code «FK»tran_code «PK»tran_datetran_totaltran_deliveryCartcart_code «generated»tran_code «FK»e1_id : number «FK»other_details : textProductprod_cdoe «PK»prod_namedescription


Customeraccount «PK»cust_code «PK»cust_namecust_addrother_detailsTrantran_code «PK»cust_code «FK»tran_code «PK»tran_datetran_totaltran_deliveryCartcart_code «generated»tran_code «FK»e1_id : number «FK»other_details : textProductprod_cdoe «PK»prod_namedescription


Customeraccount «PK»cust_codecust_namecust_addrother_detailsTrantran_codecust_codetran_datetran_totaltran_delivery

Userid : INTEGERother_id : INTEGEREmailid : INTEGERuser_id : INTEGERaddress : INTEGER



@startuml
left to right direction

entity User {
id : INTEGER
..
other_id : INTEGER
}

entity Email {
id : INTEGER
..
user_id : INTEGER
address : INTEGER
}

User::id ||...o{ Email::user_id
@enduml

  • open/ermodel.1659606152.txt.gz
  • 上一次變更: 2022/08/04 17:42
  • wenchin