Loading database/migrations/2025_01_10_162200_update_ext_row_telefonos_table.php +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ public function up(): void { Schema::table('telefonos', function (Blueprint $table) { $table->string('ext')->change(); $table->string('ext')->change()->nullable(); }); } Loading Loading
database/migrations/2025_01_10_162200_update_ext_row_telefonos_table.php +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ public function up(): void { Schema::table('telefonos', function (Blueprint $table) { $table->string('ext')->change(); $table->string('ext')->change()->nullable(); }); } Loading