Table: BasicInfos
Name: BasicInfos Comment: Lưu thông tin cơ bản của User
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 | | | false |
| Company | companyId | int | false | | | false |
| Email | email | varchar | false | null | | false |
| Address | address | varchar | true | null | | false |
| Phone | phone | varchar | true | null | | true |
| Landline Phone | landlinePhone | varchar | true | null | | false |
| Logo | logo | varchar | true | `` | | false |
| Home Slider | homeSlider | varchar | true | `` | | false |
| Social Links | socialLinks | text | true | null | | false |
| Typical Customers | typicalCustomers | text | true | null | | false |
| Typical Brands | typicalBrands | text | true | null | | false |
| Typical Sellers | typicalSellers | text | true | null | | false |
| Banner Images | bannerImages | varchar | true | null | | false |
| Banner Title | bannerTitle | varchar | true | null | | false |
| Banner Sub Title | bannerSubTitle | varchar | true | null | | false |
| Banner Background Color | bannerBackgroundColor | varchar | true | null | | false |
| Created By | createdBy | int | false | | | false |
| Updated By | updatedBy | int | true | null | | false |
| Created At | createdAt | datetime | false | | | false |
| Updated At | updatedAt | datetime | false | | | false |
| Deleted | deleted | tinyint(1) | false | 0 | | false |