Skip to content

Commit e9612a6

Browse files
authored
Remove repeated example from types.md (#1983)
The exact same `Books` entity example appears both before and after the table showing the built-in types. I've removed the second one (as the one being less appropriate).
1 parent 1bbf89d commit e9612a6

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

cds/types.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,6 @@ These types are used to define the structure of entities and services, and are m
4646
| `Map` | Mapped to *NCLOB* for HANA. | *JSON* type |
4747
| `Vector` (`dimension `) | Requires SAP HANA Cloud QRC 1/2024, or later | _REAL_VECTOR_ |
4848

49-
```cds
50-
entity Books {
51-
key ID : UUID;
52-
title : String(111);
53-
stock : Integer;
54-
price : Price;
55-
}
56-
type Price : Decimal;
57-
```
58-
5949
These types are used to define the structure of entities and services, and are mapped to respective database types when the model is deployed.
6050

6151
> <sup>(1)</sup> Concrete mappings to specific databases may differ.

0 commit comments

Comments
 (0)