if (['integer', 'bigInteger'].includes(column.type)) {
      if (column.unsigned) {
        string += `natural()`
      } else {
        string += `integer()`