integer('id_escola')->nullable(); $table->string('profile')->nullable(); $table->string('cpf')->nullable(); $table->json('endereco')->nullable(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('users', function (Blueprint $table) { // }); } };