Open
Description
The APPLIED_AT value is invalid since it should reflect the time the generated SQL script was executed rather than the time the migrate script
code gen was run. It's important to have the correct value set for data management auditing.
If the APPLIED_AT field was a DATETIME value then it would be easier to fix this using generic SQL but since its VARCHAR we may need a property settings to specify the SQL expression used to convert NOW() to a VARCHAR value for APPLIED_AT as this can vary by SQL engine.
Metadata
Metadata
Assignees
Labels
No labels