Are you caching the definition some other place in the application stack
and checking it later to compare? If so, I would likely alter the table and
in the same transaction read the definition as recorded in
generation_expression from information_schema.columns. Seems simple enough,
but not sure of
Hi,
Currently, I have a problem. I am working on a project with generated columns.
I try to implement the generated column feature in the typeorm project. The
thing is, I don't want to drop and add a generated column every time the
application starts. Therefore I need a way to check whether a g