id(); $table->integer('id_escola'); $table->string('nome'); $table->string('descricao'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('turmas'); } };