flightsadmin / livewire-crud

Generate Complete Livewire CRUD Including Component, Model, Views and Factories from database tables
MIT License
70 stars 31 forks source link

crud:generate soporte sql server #7

Open josuechevezUEES opened 1 year ago

josuechevezUEES commented 1 year ago

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

josuechevezUEES commented 7 months ago

image