From 41354a49a66d9da55fe7e0f39040dca41502f464 Mon Sep 17 00:00:00 2001 From: Sina Rohde <s.rohde@indiscale.com> Date: Tue, 17 Aug 2021 13:47:02 +0200 Subject: [PATCH] edited property needs datatype --- src/doc/tutorials/Data-Insertion.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/doc/tutorials/Data-Insertion.rst b/src/doc/tutorials/Data-Insertion.rst index 2ead1cc2..5b1d1c0c 100644 --- a/src/doc/tutorials/Data-Insertion.rst +++ b/src/doc/tutorials/Data-Insertion.rst @@ -10,7 +10,8 @@ at the chapter :any:`caosdb-server:Data Model` . In order to insert some actual data, we need to create a data model using RecordTypes and Properties (You may skip this if you use a CaosDB -instance that already has the required types). So, let’s create a simple +instance that already has the required types). When you create a new Property +you must supply a datatype. So, let’s create a simple Property called “a” of datatype double. This is very easy in pylib: .. code:: python -- GitLab