dgraph migrate --host myhost --port 3306 --output_schema schema.txt --output_data sql.rdf --user root --password mypass --db mydb
Error 1054: Unknown column ‘my_column’ in ‘where clause’
Can anyone help me to understand what is happening here? It looks like a bug in the dgraph cli.