KlicForge Docs
Reference

Data table field types

Every column type a data table supports, and which can be encrypted.

Every column in a data table has a type. The type is permanent once the field is created.

TypeWhat it holdsCan be encryptedMasked when encrypted
textShort single-line text.YesNo
long_textMulti-line text, for notes and descriptions.YesNo
numberA number, whole or decimal.NoNo
currencyA monetary amount.NoNo
dateA calendar date with no time.NoNo
datetimeA date and a time.NoNo
booleanTrue or false.NoNo
single_selectOne choice from a list you define.NoNo
multi_selectAny number of choices from a list you define.NoNo
emailAn email address.YesYes
phoneA telephone number.YesYes
urlA web address.YesNo
statusA workflow state, such as new, in progress or done.NoNo
jsonStructured data, for values that do not fit another type.NoNo
auto_incrementA number that increases automatically for each new record.NoNo
uuidA unique identifier generated automatically.NoNo
contact_idA reference to the contact a record belongs to.NoNo
relationA link to a record in another table.NoNo
nameA person's name.YesYes
nricA national identity number.YesYes
addressA postal address.YesYes
whatsapp_idA contact's WhatsApp number.YesYes
telegram_idA contact's numeric Telegram ID.NoNo
telegram_handleA contact's Telegram username.NoNo
asset_idA reference to an uploaded file or image.NoNo

Can be encrypted — the field can be created with field-level encryption. That choice is permanent, and it limits how the field can be searched — by a whole value, by a whole word, or not at all. See finding an encrypted field later.

Masked when encrypted — values are shown partially hidden (j***@x.com) and revealed only through an explicit, audited action. This applies to encrypted fields; note that telegram_id and telegram_handle are treated as personal data but cannot be encrypted.

Was this page helpful?

On this page