StackLatestPackagesStackSrcSchemaVariables
eqlCastAsEnum
EQL cast types — the PostgreSQL-aligned types that EQL actually accepts. These are stored in the `cast_as` field of the EncryptConfig.
Variable: eqlCastAsEnum
const eqlCastAsEnum: ZodDefault<ZodEnum<["text", "int", "small_int", "big_int", "real", "double", "boolean", "date", "jsonb"]>>;Defined in: packages/stack/src/schema/index.ts:30
EQL cast types — the PostgreSQL-aligned types that EQL actually accepts.
These are stored in the cast_as field of the EncryptConfig.