codenotary / immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
https://immudb.io
Other
8.52k stars 337 forks source link

Can more Datatypes be added? #1293

Open justinreddick opened 1 year ago

justinreddick commented 1 year ago

This is partly a feature request, but if possible could you include all allowed data types in the python documentation. I tried to create a table with the SERIAL datatype prior to seeing the docs on the main website.

byo commented 1 year ago

Hi @justinreddick , immudb does not directly support SERIAL type - as an alternative you can use the AUTO_INCREMENT type (see https://docs.immudb.io/master/develop/sql/tablescreate.html#auto-increment).

Regarding the python documentation - what documentation do you refer to?