Generating schema from some plugins introduce bugs.
Using the organization plugin, its invitation and member tables schemas are introduced with a bug. You cannot use member & pending since they are blocked scoped variables and not able to be used until after they are fully declared. Removing it will allow the schema to build, but I am not sure if that is the intended use.

3 Replies
For clarification I am using the drizzle-adapter
i have the same issue, you just need to quote them because they are supposed to be strings then it will work. i think its just a bug when generating the schema.
it is fixed but need to be released soon but till then you can use the beta version.