![數據庫我的網上購物商店的圖] [1]如何從數據庫圖中創建類圖?
brands
Column
brand_id
brand_title
table cart
Column
cart_id
p_id
ip_add
customer_id
qty
categories
Column
cat_id
cat_title
customers
Column
customer_id
customer_name
customer_email
customer_pass
customer_country
customer_city
customer_contact
customer_address
customer_image
customer_ip
customer_orders
Column
order_id
customer_id
due_amount
invoice_no
total_products
order_date
order_status
payments
Column
payment_id
invoice_no
amount
payment_mode
ref_no
code
payment_date
pending_orders
Column T
order_id
customer_id
invoice_no
product_id
qty
order_status
products
Column
product_id
cat_id
brand_id
date
product_title
product_img1
product_img2
product_img3
product_price
product_desc
product_keywords
status
admins
Column
admin_id
admin_email
admin_pass
我有我的這些數據庫中的所有表。我想製作一個類圖。如果你需要的話,所有圖像表格的連通性(我無法附加)。管理員未連接。因爲該表不作爲外鍵在任何其他表中使用。並且支付表未連接。因爲付款只能在這裏添加以顯示已完成的付款。 我真的很擔心這一點。我需要類圖。這讓我很頭疼。我是能夠編碼的人,但不能繪製圖表。我在課堂圖上需要幫助。
你想用你的ER模型炸薯條嗎? – C8H10N4O2