Alta de modificaciones de grupo con alumbnos y docentes
This commit is contained in:
@@ -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');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user