I have self-hosted v1.8.1 and I am using an Appwrite function with node-appwrite v22.
When I call the createVarcharColumn() in my server function I get this exception:
"AppwriteException: Route not found. Please ensure the endpoint is configured correctly and that the API route is valid for this SDK version. Refer to the API docs for more details."
Why isn't createVarcharColumn() available in 1.8.1 self-hosted?