laravel-generator icon indicating copy to clipboard operation
laravel-generator copied to clipboard

[Feature]: Generate DataTable from a sql view rather than a table

Open Dri372 opened this issue 3 years ago • 0 comments

    ◦  Not directly passible (2021-08-11)
    ◦ Easy to do 
        ▪ CREATE TABLE tv AS SELECT * FROM v;
        ▪ Scafold from this generated table tv
        ▪ Replace the name of this tbale tv, by the name of the sql viwe ‘v’ in app/Models/…

• This feature can be added to Larvel-Genrator by doing this automaticaly

Dri372 avatar Aug 11 '21 06:08 Dri372