Rank 1: Thread
Since the string type is deprecated I tried using varchar and text in some newer tables, but when running appwrite pull tables && appwrite types ./src/lib/appwrite/appwrite.ts I get:
ℹ Info: Fetching tables ...? From which database would you like to pull collections? Skincare Buddy (skincare-buddy)ℹ Info: Pulling all tables from Skincare Buddy database ...✓ Success: Successfully pulled 7 tables from 1 tableDBs.ℹ Info: Detected language: tsℹ Info: Found 7 tables: products, units, routines, regiments, steps, wishlist_products, profilesℹ Info: Found 35 columns across all tablesℹ Info: For detailed error pass the --verbose or --report flag✗ Error: ejs:24 22| <% const propertyName = strict ? toCamelCase(attribute.key) : attribute.key; -%> 23| <% const isValidIdentifier = /^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(propertyName); -%> >> 24| <% if (isValidIdentifier) { %><%- propertyName %><% } else { %>"<%- propertyName %>"<% } %>: <%- getType(attribute, collections, collection.name) %>; 25| <% } -%> 26| }<% if (index < collections.length - 1) { %> 27| <% } %>
Unknown attribute type: varchar ELIFECYCLE Command failed with exit code 1.```I have `appwrite@^21.5.0`.