gpt4 book ai didi

mysql - 如何从数据库图制作类图?

转载 作者:行者123 更新时间:2023-11-29 12:11:28 24 4
gpt4 key购买 nike

![我的网上购物商店的数据库图][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

我有数据库的所有表。我想做一个类图。如果需要的话,图像中所有表格的连接性(我无法附加它)。管理员未连接。因为该表未在任何其他表中用作外键。且付款表未连接。因为这里添加的付款只是为了显示已经完成的付款。我真的非常非常担心这一点。我需要类图。这让我很头疼。我是一个会编码但不会画图的人。我需要类图方面的帮助。

最佳答案

您可以使用MySQL Workbench的逆向工程功能轻松制作ER图。您只需执行几个简单的步骤即可:

Ctrl+R,然后下一步直至完成。

附上一张图片供您引用。 enter image description here

关于mysql - 如何从数据库图制作类图?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30602715/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com