Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||||
| template_id | SMALLINT | 5 | null |
|
|
|||||||
| is_active | BIT | 1 | b'1' |
|
|
|||||||
| name | VARCHAR | 45 | null |
|
|
|||||||
| createdby_id | BIGINT | 19 | √ | NULL |
|
|
||||||
| created_date | DATETIME | 19 | √ | NULL |
|
|
||||||
| lastmodifiedby_id | BIGINT | 19 | √ | NULL |
|
|
||||||
| lastmodified_date | DATETIME | 19 | √ | NULL |
|
|
||||||
| ugd_template_id | BIGINT | 19 | √ | NULL |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| fk_template_id_idx | Performance | Asc | template_id |
| fk_ugd_template_id | Performance | Asc | ugd_template_id |