Skip to content

Edge property comments could not be created #6127

@LiuXin11235

Description

@LiuXin11235

I have tried to create edge with property comments following your instructions given at your official website. However it does not work. I could not see it. Could you look at this issue? I am using the community version of Nebula. Besides, "Alter edge" to add comments also does not work.

CREATE EDGE [IF NOT EXISTS] <edge_type_name>
(
<prop_name> <data_type> [NULL | NOT NULL] [DEFAULT <default_value>] [COMMENT '']
[{, <prop_name> <data_type> [NULL | NOT NULL] [DEFAULT <default_value>] [COMMENT '']} ...]
)
[TTL_DURATION = <ttl_duration>]
[TTL_COL = <prop_name>]
[COMMENT = ''];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions