Skip to content
Snippets Groups Projects

edited property needs datatype

Merged Sina Rohde requested to merge f-data-insert into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading