Database Data Types
Database Data Types
• Edit
Collaborate with us
The following table represents how OutSystems data types are mapped to the data types of the
database being used.
SQL Server /
OutSystems Oracle Obs.
SQL Azure
nvarchar(<length>) if
the length is less VARCHAR2(<length>),
than or equal to if the length is less
Text
2000, than or equal to 2000,
NVarchar(max) CLOB otherwise.
otherwise.
bigint If an attribute
NUMBER(20) If an
with this type is set
attribute with this type
Long Integer to auto number, the
is set to auto number,
IDENTITY attribute
a sequence is added.
is added.
https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Data/Database_Reference/Database_…
Updated: Sat, 26 Feb 2022 01:29:24 GMT
1
SQL Server /
OutSystems Oracle Obs.
SQL Azure
Date datetime TIMESTAMP
https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Data/Database_Reference/Database_…
Updated: Sat, 26 Feb 2022 01:29:24 GMT