Skip to content
Snippets Groups Projects
Verified Commit 7d83646c authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'main' into release-v0.6.0

parents 9bd4fae2 ab1ba7aa
No related branches found
No related tags found
1 merge request!33MAINT: change arguments of create_user
Pipeline #15384 passed
......@@ -10,7 +10,8 @@ Model<caosdb-server:Data-Model>` in the CaosDB server documentation.
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