🔖 Enhancement description
I have TableA (Status:enum), TableB (Status:enum), TableC (Status:enum)
when generating type by appwrite cli.
the result is
export type Status {}
export type Status {}
export type Status {}
=====
Maybe it should generate like
export type TableAStatus {}
export type TableBStatus {}
export type TableCStatus {}
🎤 Pitch
There is no reason to for me to name each columns with prefix table. I want it cleans.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?