goal_record table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
userid | BIGINT | 19 | null |
|
|
|||||
goalid | BIGINT | 19 | null |
|
|
|||||
scalevalueid | BIGINT | 19 | √ | null |
|
|
||||
deleted | BIT | 1 | 0 |
|
|
Table contained -1 rows
goal_record table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
goalreco_goa_ix | Performance | Asc | goalid |
goalreco_sca_ix | Performance | Asc | scalevalueid |
goalreco_use_ix | Performance | Asc | userid |