python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I cancel the identityy
0
I work in asp.NetCore mvc technology. I was able to connect 2 tables according to FK and PK, When I perform an insert operation to db. The identity of my table is advanced and what happens is that t...
Yosef Abada
Votes: 0
Answers: 1
CRUD: Adding WHERE condition in the index action
I was studying the CRUD documentation but somehow I miss the point. I want to implement in the index() action different WHERE conditions depending on some parameters I obtain from the URL.
Reading ht...
Peter VARGA
Votes: 0
Answers: 1
Passing parameters in an Unit Test, function update in database CRUD Laravel
I've been creating some tests to try my create delete edit functions on laravel from my database, this is my code:
ConstituencyController.php :
<?php
namespace App\Http\Controllers;
use App\Http\...
Lilian Carion
Votes: 0
Answers: 1