string('id_whatsapp')->unique()->nullable(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('turmas', function (Blueprint $table) { // }); } };