We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
erDiagram Category { Category_ID Category_Name } Car { Car_ID Category_ID Car_Name Car_Model Color_ID } Color { Color_ID Color_Name } Customer { Customer_ID First_Name Last_Name Contact_Info Address } Staff { Staff_ID First_Name Last_Name Hire_Date Position } Sale_Record { Sale_ID Car_ID Customer_ID Staff_ID Sale_Date Sale_Price } Category ||--o{ Car : "Category_ID" Car ||--|{ Sale_Record : "Car_ID" Car ||--|{ Color : "Color_ID" Customer ||--|{ Sale_Record : "Customer_ID" Staff ||--|{ Sale_Record : "Staff_ID"
The text was updated successfully, but these errors were encountered:
Assuming this is a prompt bug, marking it as such
Sorry, something went wrong.
No branches or pull requests
erDiagram
Category {
Category_ID
Category_Name
}
Car {
Car_ID
Category_ID
Car_Name
Car_Model
Color_ID
}
Color {
Color_ID
Color_Name
}
Customer {
Customer_ID
First_Name
Last_Name
Contact_Info
Address
}
Staff {
Staff_ID
First_Name
Last_Name
Hire_Date
Position
}
Sale_Record {
Sale_ID
Car_ID
Customer_ID
Staff_ID
Sale_Date
Sale_Price
}
Category ||--o{ Car : "Category_ID"
Car ||--|{ Sale_Record : "Car_ID"
Car ||--|{ Color : "Color_ID"
Customer ||--|{ Sale_Record : "Customer_ID"
Staff ||--|{ Sale_Record : "Staff_ID"
The text was updated successfully, but these errors were encountered: