Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||
| script | VARCHAR | 128 | 
                                         | 
                                    
                                         | 
                                    plugin, module - unique identifier  | 
                                |||||
| value | VARCHAR | 128 | 
                                         | 
                                    
                                         | 
                                    private access key value  | 
                                |||||
| userid | BIGINT | 19 | null | 
                                         | 
                                    
                                        
  | 
                                    owner  | 
                                ||||
| instance | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    optional instance id  | 
                                |||
| iprestriction | VARCHAR | 255 | √ | null | 
                                         | 
                                    
                                         | 
                                    ip restriction  | 
                                |||
| validuntil | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    timestampt - valid until data  | 
                                |||
| timecreated | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    created timestamp  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| userprivkey_scrval_ix | Performance | Asc/Asc | script + value | 
| userprivkey_use_ix | Performance | Asc | userid |