goal_personal table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
userid | BIGINT | 19 | null |
|
|
|||||
name | VARCHAR | 1024 | √ | null |
|
|
||||
description | LONGTEXT | 2147483647 | √ | null |
|
|
||||
targetdate | BIGINT | 19 | √ | null |
|
|
||||
scaleid | BIGINT | 19 | √ | null |
|
|
||||
scalevalueid | BIGINT | 19 | √ | null |
|
|
||||
assigntype | TINYINT | 3 | null |
|
|
|||||
timecreated | BIGINT | 19 | null |
|
|
|||||
usercreated | BIGINT | 19 | null |
|
|
|||||
timemodified | BIGINT | 19 | null |
|
|
|||||
usermodified | BIGINT | 19 | null |
|
|
|||||
deleted | BIT | 1 | 0 |
|
|
|||||
typeid | BIGINT | 19 | √ | 0 |
|
|
||||
visible | BIT | 1 | 1 |
|
|
Table contained -1 rows
goal_personal table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
goalpers_sca2_ix | Performance | Asc | scalevalueid |
goalpers_sca_ix | Performance | Asc | scaleid |
goalpers_typ_ix | Performance | Asc | typeid |
goalpers_use_ix | Performance | Asc | userid |