Skip to content

Commit 85dbe1d

Browse files
authored
Format fix
1 parent c2f120d commit 85dbe1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Column data types in Microsoft Dataverse (contains video) | MicrosoftDoc
33
description: "Understand the different column data types available for your app"
44
keywords: ""
55
ms.date: 08/13/2021
6-
76
ms.custom:
87
ms.topic: article
98
author: "Mattp123"
@@ -135,7 +134,7 @@ Use floating point numbers when you store data that represents fractions or valu
135134

136135
Big Integers (or BigInt) are large numbers with a max value of 9,223,372,036,854,775,807. It is 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.
137136

138-
[!NOTE] BigInt is currently only available for use through API. This includes column creation, data creation and data management. Maker portal support for BigInt column creation will be available soon. The ability to view and use BigInt columns within apps is a future feature.
137+
> [!NOTE] BigInt is currently only available for use through API. This includes column creation, data creation and data management. Maker portal support for BigInt column creation will be available soon. The ability to view and use BigInt columns within apps is a future feature.
139138
140139

141140
<a name="BKMK_UsingCurrencyFields"></a>

0 commit comments

Comments
 (0)