persistence
persistence copied to clipboard
add a way to exclude a column from schema validation
Sometimes users run into a case where the schema validation is too strict, and their program actually works as is; it's nice to have a way to exclude a column from validation.
Fixes #815.
WDYT?