Research Article
[Retracted] Art Product Recognition Model Design and Construction of VR Model
Table 6
Industry platform e-commerce platform artwork table definition.
| Id name | Id class | Id constraints | Id description |
| Artwork id | int | Primary key | Number | Artwork name | varchar (45) | Not null, unique | Name | Platform 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 url | varchar (100) | Not null | Link address | Artwork picFile | varchar (100) | Not null | Figure address |
|
|