if (['text', 'string'].includes(column.type) || (column.type && column.type.includes('Text'))) {
      string = 'string'
    }