Column type checks are ignored when create or alter tag | edge. #600
Closed
Description
Describe the bug
In source parser.yy
, the column_spec_list clause is used to create or alter tag | edge, column types require a validation check.
How To Reproduce
Steps to reproduce the behavior:
- CREATE TAG person(name, age, married bool)
- ALTER TAG person ADD (col1), CHANGE (married), DROP (age int)
- CREATE EDGE man(name, age)
Expected behavior
SyntaxError
Metadata
Assignees
Labels
No labels