I’m looking at migrating our event store to use PostgreSQL JSONB columns for the event payloads and metadata. While I’m at it, it occurs to me that I can also make the timestamp column use a native data type rather than a string representation. Are there reasons to avoid doing that and stick with strings?
-Steve