Closed
Description
CREATE TABLE `a` (
`b` Int64?,
PRIMARY KEY (`b`)
);
This script can't be executed because of YQL type incompatibility error. It's quite strange considering that YDB supports only nullable types.
Of course, if there is no plans for the future support of non-nullable types, then we can create nullable columns without nullability mark.
Metadata
Metadata
Assignees
Labels
No labels