MySQL column type: "Generated"?
Does drizzle support defining generated columns? https://planetscale.com/courses/mysql-for-developers/schema/generated-columns
Something like a columnType
If not, is it dangerous to send MySQL a custom DDL statement to Add a generated column?
The schema wouldn't not be aware of it, but maybe I could still reference the generated column in
Thank you
Something like a columnType
sqlIf not, is it dangerous to send MySQL a custom DDL statement to Add a generated column?
The schema wouldn't not be aware of it, but maybe I could still reference the generated column in
sql commands.Thank you