as mentioned in nebula documentation here :
https://docs.nebula-graph.io/1.2.0/manual-EN/2.query-language/1.data-types/data-types/
nebula> INSERT VERTEX school(name, create_time) VALUES hash("new"):("new", "1985-10-01 08:00:00")
error is:
-1005:Storage Error: The data type does not meet the requirements. Use the correct type of data.
and this:
-1005:Wrong vertex id type: hash("new")