panic: cannot handle unexported field at {spansql.ColumnDef}.Default.(spansql.TimestampLiteral).wall:
"cloud.google.com/go/spanner/spansql".TimestampLiteral
consider using a custom Comparer; if you control the implementation of type, you can also consider using an Exporter, AllowUnexported, or cmpopts.IgnoreUnexported [recovered]
panic: cannot handle unexported field at {spansql.ColumnDef}.Default.(spansql.TimestampLiteral).wall:
"cloud.google.com/go/spanner/spansql".TimestampLiteral
consider using a custom Comparer; if you control the implementation of type, you can also consider using an Exporter, AllowUnexported, or cmpopts.IgnoreUnexported
If both sides have identical columns of timestamp with a default value,
it panics:
test that reproduces:
https://github.com/murasaki-bv/hammer/blob/f8af0e9e7cd4b06716aee0fdffe46c21db6aa690/internal/hammer/diff_test.go#L1364-L1381