Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | text | 2147483647 | null |
|
|
|||||
user_id | text | 2147483647 | √ | null |
|
|
||||
user_ip_address | text | 2147483647 | √ | null |
|
|
||||
rating | float8 | 17,17 | √ | null |
|
|
||||
created | timestamp | 29,6 | √ | null |
|
|
||||
package_id | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
rating_pkey | Primary key | Asc | id |
idx_rating_id | Performance | Asc | id |
idx_rating_package_id | Performance | Asc | package_id |
idx_rating_user_id | Performance | Asc | user_id |