Code-Generator
Code-Generator copied to clipboard
Non existing tables
Hi and Thanks for your Plugin!
Why is it showing two tables in the Entity View which are not in the DB (User & Post) ? And how to get rid of them?

Those two tables are examples.
To delete them, go to Entity page, then Property tab, click - button.

Great, thx!
And a second question: when modifying a table I only find the "CreateXXXXTable" file. Is there also a file which alters the existing table?
Schema::table('XXXX', function (Blueprint $table) { $table->string('whatever'); $table->bigInteger('anotherone'); });
Nope, only create is available.