local r = fm.getRequest() OpenDB(r) local name = tostring(math.random(100000)) schema.new_node_type(r.db, name) for ntype in schema.get_node_types(r.db) do Write("

"..ntype.."

") end