Ionize Docs
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

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