service

20 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 √ null
service_token.service_id fk_service_token_service_id C
code text 2147483647 null
name text 2147483647 null
allowed_functions _text 2147483647 √ null
payload text 2147483647 √ null
issuer text 2147483647 √ null
is_thirdparty bool 1 √ false
admin_perm text 2147483647 √ null

Permission prefix gating this service’s tokens through rpc.app_service_token_*; .view to list, .save to write. NULL = not manageable through those RPCs.

Indexes

Constraint Name Type Sort Column(s)
pk_service Primary key Asc id
service_code_key Must be unique Asc code

Relationships