MySQL column type: "Generated"?

Does drizzle support defining generated columns? https://planetscale.com/courses/mysql-for-developers/schema/generated-columns
Something like a columnType sql

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 sql commands.

Thank you
Was this page helpful?