Ionize Docs
ReferenceSchemasDatabases

ciam_settings

Key-value settings vault for the CIAM domain. Encrypted values use the `v2:` prefix.

Table ciam_settings

Key-value settings vault for the CIAM domain. Encrypted values use the v2: prefix.

Database: ionize

Owner: SDK settings module

Columns

ColumnTypeNullableDescription
keyTEXTnoSetting key (e.g. social.google.client_id)
valueTEXTyesSetting value. May be encrypted (see prefix).
encryptedBOOLEANnoWhether the value is encrypted.
created_atTIMESTAMPTZnoRow creation time.
modified_atTIMESTAMPTZnoLast modification time.

Schema owned by SDK settings module. Migrations live in sdk/src/db.ts.

On this page