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