ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
3.83k stars 532 forks source link

Support NOT_NULL constraint #4

Open kaifeur opened 2 years ago

kaifeur commented 2 years ago

Currently there is no support for NOT_NULL constraint for columns so all columns are nullable. It would be great to have non-nullable columns.

serejkus commented 2 years ago

See https://github.com/ydb-platform/ydb/issues/5#issuecomment-1104298304