When I run the command to create the crud from the migration, I get the following error and it is basically because the sql server does not have this command, is it possible to make a change?
Error
php artisan crud:generate evaluation_types
Illuminate Database QueryException
SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Incorrect syntax near the 'FROM' keyword (Connection: sqlsrv_surveys, SQL: SHOW COLUMNS FROM types_evaluations)
It could be
php artisan crud:generate {table_name} --driver=sqlsrv
When I run the command to create the crud from the migration, I get the following error and it is basically because the sql server does not have this command, is it possible to make a change?
Error
php artisan crud:generate evaluation_types
Illuminate Database QueryException
SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Incorrect syntax near the 'FROM' keyword (Connection: sqlsrv_surveys, SQL: SHOW COLUMNS FROM types_evaluations)
It could be php artisan crud:generate {table_name} --driver=sqlsrv