# Integer

Capable of containing whole numbers (no decimals).  
Due to technical limitations the number can't be smaller than -2.147.483.648 or larger than 2.147.483.647.

### Properties

- Type: [Basic](https://docs.tsnocode.com/books/field-type-reference/chapter/basic)
- Groupable: No
- Show in lists: Yes
- Searchable: Yes
- Requires configuration: No

## <span class="mw-headline" id="bkmrk-user-interface-1">User interface</span>

<span class="mw-headline">Field in show mode</span>

[![image.png](https://docs.tsnocode.com/uploads/images/gallery/2025-03/scaled-1680-/NQODU7rl8JLsNKf4-image.png)](https://docs.tsnocode.com/uploads/images/gallery/2025-03/NQODU7rl8JLsNKf4-image.png)

<span class="mw-headline">Field in edit mode</span>

[![image.png](https://docs.tsnocode.com/uploads/images/gallery/2025-03/scaled-1680-/39RUZjUXEeIbTibc-image.png)](https://docs.tsnocode.com/uploads/images/gallery/2025-03/39RUZjUXEeIbTibc-image.png)

## <span class="mw-headline" id="bkmrk-configuration-1">Configuration</span>

[![image.png](https://docs.tsnocode.com/uploads/images/gallery/2025-03/scaled-1680-/Alf36VsChdNjUzo3-image.png)](https://docs.tsnocode.com/uploads/images/gallery/2025-03/Alf36VsChdNjUzo3-image.png)

## <span class="mw-headline" id="bkmrk-developer-info-1">Developer info</span>

- FeltTypeID: 10
- SQL datatype: INT(11)
- Class name: FieldNumberInteger