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.