Créer une migration Char Laravel

// The char method creates a CHAR equivalent column with of a given length:
$table->char('name', 100);
Anak Daeng