Table: ProductsFiles
Name
: ProductsFiles Comment
:Lưu các file của sản phẩm
Primary Key
Columns
: Id Cluster
: false
Indexes[]
Columns | Cluster | Unique |
id | | true |
Foreign Keys[]
Columns | Ref Table | Ref Columns | Options |
productId | Products | id | |
fileManagementsId | FileManagements | id | |
Relationships
Columns | Ref Table | Ref Columns | Options |
Columns[]
Label | Name | Type | Nullable | Default | Comment |
Id | id | int auto_increment | false | | |
Product | productId | int | false | | |
File | fileManagementsId | int | false | | |
URL | url | text | false | | |
Created At | createdAt | datetime | true | | |
Updated At | updatedAt | datetime | true | | |
Deleted | deleted | tinyint(1) | false | 0 | |