We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://docs.nebula-graph.com.cn/1.2.1/manual-CN/1.overview/2.quick-start/4.import-csv-file/
now
nebula> CREATE EDGE follow (degree, int);
expected
nebula> CREATE EDGE follow (degree int);
The text was updated successfully, but these errors were encountered:
great! can you help to fix this? Click the pencil button.
Sorry, something went wrong.
Oops, I accidentally directly committed it instead of creating a PR, should I revert and make it into a PR or?
it 's ok.
No branches or pull requests
https://docs.nebula-graph.com.cn/1.2.1/manual-CN/1.overview/2.quick-start/4.import-csv-file/
The text was updated successfully, but these errors were encountered: