Table: Representatives
Name
: Representatives Comment
:Lưu danh sách người đại diện
Primary Key
Columns
: Id Cluster
: false
Indexes[]
Columns | Cluster | Unique |
id | | true |
Foreign Keys[]
Columns | Ref Table | Ref Columns | Options |
createdBy | Users | id | |
updatedBy | Users | id | |
companyId | Companies | id | |
Relationships
Columns | Ref Table | Ref Columns | Options |
Columns[]
Label | Name | Type | Nullable | Default | Comment |
Id | id | int auto_increment | false | | |
Customer | customerId | int | false | | |
Title | title | text | true | null | |
Name | name | text | false | | |
Email | email | text | false | | |
Phone | phone | text | true | null | |
Address | address | text | true | null | |
Note | note | text | true | null | |
Created By | createdBy | int | false | | |
Updated By | updatedBy | int | true | null | |
Created At | createdAt | datetime | true | | |
Updated At | updatedAt | datetime | true | | |
Deleted | deleted | tinyint(1) | false | 0 | |
isDefault | deleted | tinyint(1) | true | 0 | |