Table: Categories
Name
: Categories Comment
:Lưu thông tin của danh mục sản phẩm
Primary Key
Columns
: Id Cluster
: false
Indexes[]
Foreign Keys[]
Columns | Ref Table | Ref Columns | Options |
Relationships[]
Columns | Ref Table | Ref Columns | Options |
Columns[]
Label | Name | Type | Nullable | Default | Comment |
Company | companyId | bigint | false | | |
Id | id | bigint auto_increment | false | | |
Name | name | text | false | | |
Slug | slug | text | false | | |
Parent | ParentId | int | false | 0 | |
Code | code | text | false | | |
Thumbnail Seo | thumbnailSeo | text | false | | |
Description | description | text | true | | |
Title Seo | titleSeo | text | true | | |
Description Seo | descriptionSeo | text | true | | |
Created By | createdBy | int | false | | |
Updated By | updatedBy | int | true | | |
Created At | createdAt | datetime | true | | |
Updated At | updatedAt | datetime | true | | |
Delete | deleted | tinyint(1) | false | 0 | |