system_user_parameters


Columns

Column Type Size Nulls Auto Default Children Parents Comments
__id int8 19 null
__cf bool 1 true
__start timestamptz 35,6 null
__source varchar 63 null
__origin varchar 63 ''::character varying
id uuid 2147483647 null
remote_storage_configurations.id Implied ConstraintR
username varchar 11 null
password varchar 11 null
okapi_token varchar 208 null
okapi_url varchar 17 null
tenant_id varchar 8 null

Indexes

Constraint Name Type Sort Column(s)
system_user_parameters_pkey Primary key Asc __id
system_user_parameters___origin_idx Performance Asc __origin
system_user_parameters___source_idx Performance Asc __source
system_user_parameters___start_idx Performance Asc __start
system_user_parameters_id_idx Performance Asc id
system_user_parameters_okapi_token_idx Performance Asc okapi_token
system_user_parameters_okapi_url_idx Performance Asc okapi_url
system_user_parameters_password_idx Performance Asc password
system_user_parameters_tenant_id_idx Performance Asc tenant_id
system_user_parameters_username_idx Performance Asc username

Relationships