pg-differ icon indicating copy to clipboard operation
pg-differ copied to clipboard

Typing for column does not allow a string

Open mitar opened this issue 4 years ago • 0 comments

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.

mitar avatar Apr 28 '21 03:04 mitar