Skip to content

Commit b6d3041

Browse files
authored
Update types-of-fields.md
You can create BigInt columns through the UI now.
1 parent f408548 commit b6d3041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/maker/data-platform/types-of-fields.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Column data types in Microsoft Dataverse | MicrosoftDocs"
33
description: "Understand the different column data types available for your app"
4-
ms.date: 01/17/2024
4+
ms.date: 07/26/2024
55
ms.topic: article
66
author: "Mattp123"
77
ms.subservice: dataverse-maker
@@ -127,7 +127,7 @@ Use floating point numbers when you store data that represents fractions or valu
127127
Big Integers (or BigInt) are large numbers with a max value of 9,223,372,036,854,775,807. It's used to store very large numbers that exceed the capabilities of Whole Number and Decimal. Some uses for this include storage of time stamp values and as unique IDs, as well as numbers larger than 100 billion.
128128

129129
> [!NOTE]
130-
> BigInt is currently only available for use through API. This includes column creation, data creation, and data management.
130+
> BigInt is currently only available for use through API. This includes data creation and data management.
131131
132132
## Using currency columns
133133

0 commit comments

Comments
 (0)