Table: Brands
Name: Brands Comment: Lưu các thương hiệu
Primary Key
Columns: Id Cluster: false
Indexes[]
Columns | Cluster | Unique |
| id | | true |
Foreign Keys[]
Columns | Ref Table | Ref Columns | Options |
Relationships
Columns | Ref Table | Ref Columns | Options |
| companyId | Companies | Id | |
Columns[]
Label | Name | Type | Nullable | Default | Comment | Unique |
| Id | id | int auto_increment | false | 1 | | false |
| Company | companyId | int | false | | | false |
| Name | name | text | false | | | false |
| Logo | logo | text | false | | | false |
| Category | categoryId | int | false | 0 | | false |
| Description | description | text | true | | | false |
| Created By | createdBy | int | false | | | false |
| Updated By | updatedBy | int | true | | | false |
| Created At | createdAt | datetime | false | | | false |
| Updated At | updatedAt | datetime | true | | | false |
| Deleted | deleted | tinyint(1) | false | 0 | | false |