|
@ -31,9 +31,9 @@ return new class extends Migration |
|
|
}); |
|
|
}); |
|
|
DB::table('users')->insert([ |
|
|
DB::table('users')->insert([ |
|
|
[ |
|
|
[ |
|
|
'name' => 'silva', |
|
|
'name' => 'usuario', |
|
|
'email' => 'silva@silva.com', |
|
|
'email' => 'usuario@usuario.com', |
|
|
'apellido' => 'anael', |
|
|
'apellido' => 'usuario', |
|
|
'puesto_id' => 2, |
|
|
'puesto_id' => 2, |
|
|
'departamento_id' => 2, |
|
|
'departamento_id' => 2, |
|
|
'tipos_id' => 2, |
|
|
'tipos_id' => 2, |
|
@ -73,14 +73,14 @@ return new class extends Migration |
|
|
'updated_at' => now(), |
|
|
'updated_at' => now(), |
|
|
], |
|
|
], |
|
|
[ |
|
|
[ |
|
|
'name' => 'usuario_tipo4', |
|
|
'name' => 'jorge', |
|
|
'email' => 'tipo4@ejemplo.com', |
|
|
'email' => 'jorge@jorge.com', |
|
|
'apellido' => 'apellido4', |
|
|
'apellido' => 'jorge', |
|
|
'puesto_id' => 1, |
|
|
'puesto_id' => 1, |
|
|
'departamento_id' => 1, |
|
|
'departamento_id' => 1, |
|
|
'tipos_id' => 4, |
|
|
'tipos_id' => 4, |
|
|
'telefono' => '4444444444', |
|
|
'telefono' => '4444444444', |
|
|
'password' => bcrypt('12345678'), |
|
|
'password' => bcrypt('servicios123'), |
|
|
'email_verified_at' => '2025-05-23 18:33:05', |
|
|
'email_verified_at' => '2025-05-23 18:33:05', |
|
|
'remember_token' => null, |
|
|
'remember_token' => null, |
|
|
'created_at' => now(), |
|
|
'created_at' => now(), |
|
|