diff --git a/content/en/docs/Developerguide/mot-sql-coverage-and-limitations.md b/content/en/docs/Developerguide/mot-sql-coverage-and-limitations.md index 6c2ef2d080974bcb546e53be9953c039f0517f02..6629d2b9484f17f857787a8a404f124f053e5f3e 100644 --- a/content/en/docs/Developerguide/mot-sql-coverage-and-limitations.md +++ b/content/en/docs/Developerguide/mot-sql-coverage-and-limitations.md @@ -74,11 +74,12 @@ The following lists the functionality limitations of MOT tables – - Varbit - OID - Money -- Any unlimited varchar/char +- Any unlimited varchar/character varying ## UnsupportedIndex DDLs and Index - Create index on decimal/numeric +- Create index on nullable columns - Create index, index per table \> 9 - Create index on key size \> 256 @@ -108,49 +109,49 @@ The following lists the functionality limitations of MOT tables – -

Varchar

+

varchar

N

4

-

Tiny

+

tinyint

1

1

-

Short

+

smallint

2

1

-

Int

+

int

4

1

-

Long

+

longint

8

1

-

Float

+

float

4

2

-

Double

+

double

8