Alta de modificaciones de grupo con alumbnos y docentes

This commit is contained in:
2026-04-18 16:00:39 -06:00
parent c502d047e9
commit 2d73e8a2b0
34 changed files with 1256 additions and 247 deletions
@@ -13,7 +13,8 @@ return new class extends Migration
{
Schema::create('docentes', function (Blueprint $table) {
$table->id();
$table->timestamps();
$table->unsignedBigInteger('usuario_registro');
$table->unsignedBigInteger('status')->default('1');
});
}