Skip to content
Snippets Groups Projects
Commit ab1ba7aa authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Merge branch 'f-data-insert' into 'main'

edited property needs datatype

See merge request !22
parents 75d30020 41354a49
No related branches found
No related tags found
1 merge request!22edited property needs datatype
Pipeline #12401 passed with warnings
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment