Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||||
name | VARCHAR | 50 | null |
|
|
|||||||||||
createdby_id | BIGINT | 19 | null |
|
|
|||||||||||
created_date | DATETIME | 19 | null |
|
|
|||||||||||
lastmodifiedby_id | BIGINT | 19 | null |
|
|
|||||||||||
lastmodified_date | DATETIME | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_tax_group_createdby | Performance | Asc | createdby_id |
FK_tax_group_lastmodifiedby | Performance | Asc | lastmodifiedby_id |