Research Article
[Retracted] Art Product Recognition Model Design and Construction of VR Model
Table 5
Definition of merchant artwork.
| Id name | Id class | Id constraints | Id description |
| Artwork id | int | Primary key | Number | Artwork name | varchar (45) | Not null | Name | Shop id | int (8) | Not null, foreign key | Shop id | Artwork bcode | char (6) | Not null | Binary hash code of the item image | Artwork description | varchar (200) | Not null | Introduction | Artwork price | decimal (6,2) | Not null | Price | Artwork picFile | varchar (100) | Not null | Figure address |
|
|