pg-differ
pg-differ copied to clipboard
Typing for column does not allow a string
In documentation, there is example when column can be defined as string:
description: 'character varying(255)'
This does not pass type checking based on current typing information.