External Services Users Table Schema (external_services_users)


Description

users allowed to use services with restricted users flag

external_services_users table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
externalserviceid BIGINT 19 null
external_services.id exteservuser_ext2_fk R
userid BIGINT 19 null
user.id exteservuser_use2_fk R
iprestriction VARCHAR 255 null

ip restriction

validuntil BIGINT 19 null

timestampt - valid until data

timecreated BIGINT 19 null

created timestamp

Table contained -1 rows

external_services_users table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
exteservuser_ext_ix Performance Asc externalserviceid
exteservuser_use_ix Performance Asc userid

external_services_users table relationships