ReferenceSchemasDatabases
iam_settings
Same schema as `ciam_settings`, but for the IAM domain.
Table iam_settings
Same schema as ciam_settings, but for the IAM domain.
Database: ionize
Owner: SDK settings module
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
key | TEXT | no | Setting key (e.g. social.google.client_id) |
value | TEXT | yes | Setting value. May be encrypted (see prefix). |
encrypted | BOOLEAN | no | Whether the value is encrypted. |
created_at | TIMESTAMPTZ | no | Row creation time. |
modified_at | TIMESTAMPTZ | no | Last modification time. |
Related
Schema owned by SDK settings module. Migrations live in sdk/src/db.ts.