Credentials
credentials¶
- Schema: public
- PK:
app_id(text)
Columns¶
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
| base_id | uuid | NO | FK to bases |
|
| app_id | text | NO | PK; unique app identifier | |
| api_key | text | NO | Encrypted API key | |
| app_type | text | NO | Integration type slug | |
| metadata | jsonb | YES |
Key indexes¶
credentials_pk_1on (app_id)
Notes¶
- Legacy table -- being replaced by
connections. - Credentials are stored per-base rather than shared across workspace.