# General

In this category, you can define the following properties:

## **1. Input type**

Specify the input data type to be allowed in each column using this dropdown. EDITable allows the following data types as inputs:

* Number
* Decimal
* Text
* Single-select
* Check-box
* Date Time
* Date
* Image
* Person
* URL
* Email

<figure><img src="/files/bvkST03oYPb15BhnV2RK" alt=""><figcaption><p>Input type</p></figcaption></figure>

Further, you can configure additional properties based on the selected input type.&#x20;

Example: For number type input, you can set the minimum and maximum allowed values. For single-select type, you can either manually configure the dropdown values or fetch them from a lookup table. These properties are explained in the upcoming sections.

## 2. Allow Edits

Check this box to enable users to edit the column values. Uncheck it to restrict users from modifying the column values.

In the example below, we have made all columns editable.

Primary keys and surrogate keys (in case of configuring Type 2 SCDs) are usually disabled from editing by the users.

<figure><img src="/files/OmW9SaSD16iNQl5OVcQe" alt=""><figcaption><p>Allow Edits</p></figcaption></figure>

## 3. Required

This box indicates whether the user must enter the values in the column or if they can be left empty. Checking this box will make the column mandatory. You can select which columns you want to be required.

Typically, primary keys and business keys are considered required columns.

<figure><img src="/files/CPidfA0bWqMnVAhkSyYR" alt=""><figcaption><p>Required</p></figcaption></figure>

We have discussed the general configurations. In the next section, we will explain about setting constraints.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inforiver.com/editable/working-with-editable/manage-columns/general.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
