Skip to contents

Adds created_by and created_at columns for audit trail.

Usage

migration_add_audit_columns(con = NULL, dry_run = FALSE)

Arguments

con

Database connection

dry_run

If TRUE, only print SQL without executing

Value

TRUE if successful