Knexjs Char

table.specificType('name', 'char(8)')
      .notNullable()
      .comment('the name');
simpaul13