You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cds/types.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ status: released
10
10
# Built-in Types
11
11
12
12
13
-
The following table lists the built-in types available to all CDS models:
13
+
The following table lists the built-in types available to all CDS models. In addition to that, there are common reuse types and aspects provided through [`@sap/cds/common`](common).
14
14
15
15
16
16
| CDS Type | Remarks | ANSI SQL <sup>(1)</sup> |
@@ -46,6 +46,8 @@ The following table lists the built-in types available to all CDS models:
46
46
47
47
#### See also...
48
48
49
-
[**Mapping to OData EDM types**](../advanced/odata#type-mapping){.learn-more}
49
+
[Common Types and Aspects](common){.learn-more}
50
50
51
-
[**HANA-native Data Types**](../advanced/hana#hana-types){.learn-more}
51
+
[Mapping to OData EDM types](../advanced/odata#type-mapping) {.learn-more}
52
+
53
+
[HANA-native Data Types](../advanced/hana#hana-types){.learn-more}
0 commit comments