User Image Result ER Diagram

Added on: Mar 03, 2025
User Prompt

erDiagram
USER ||--o{ IMAGE : uploads
IMAGE ||--o{ RESULT : has
USER {
int id PK
string username
string password
string email
datetime register_time
}
IMAGE {
int id PK
int user_id FK
string image_path
datetime upload_time
}
RESULT {
int id PK
int image_id FK
string category_name
float confidence
datetime recognition_time
}