api_credential_tags


Description

A row in this table represents a tag associated with an api credential.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
api_credential_tag_id varchar 2147483647 null

Primary key.

api_credential_id varchar 2147483647 null
api_credentials.api_credential_id api_credentials_tags_api_credential_id_fkeyN

ID of the api credential record

tag_id varchar 2147483647 null
tags.tag_id api_credentials_tags_tag_id_fkeyN

ID of the tag record

account_id varchar 2147483647 null

ID of the account the record belongs to.

tag varchar 2147483647 null

Name of the tag associated with an api credential

tag_rank numeric 131089 null

Order of the tag on an api credential, starting with 0.

row_updated_at timestamp 29,6 CURRENT_TIMESTAMP

Date this entity was updated in the database. Useful to setup incremental refreshes of the data in your periodic ETL job.

Indexes

Constraint Name Type Sort Column(s)
api_credentials_tags_pkey Primary key Asc api_credential_tag_id
api_credential_tags_api_credential_id_idx Performance Asc api_credential_id
api_credential_tags_tag_id_idx Performance Asc tag_id
api_credentials_tags_account_id_index Performance Asc account_id

Relationships