id(); $table->unsignedBigInteger('usuario_registro'); $table->unsignedBigInteger('status')->default('1'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('docentes'); } };