if (['integer', 'bigInteger'].includes(column.type)) {
      if (column.unsigned) {
        string = `integer|above:0`
      } else {
        string = `integer`