user_private_key

0 rows


Description

access keys used in cookieless scripts - rss, etc.

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
user.id userprivkey_use2_fkR

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_scrval2_ix Performance Asc/Asc script + value
userprivkey_use4_ix Performance Asc userid

Relationships