http://stackoverflow.com/questions/6963363/mysql-dbcc-checkident-syntax-error
That command doesn't seem to exist in MySQL. See that thread on StackOverflow.
Here is how I do.
$statement = "ALTER TABLE quotations AUTO_INCREMENT = 1;";
DB::unprepared($statement);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community