|
@@ -27,7 +27,6 @@ class makeModel extends Command
|
|
|
$tables = Db::query("SELECT TABLE_NAME as 'name'
|
|
|
from information_schema.tables
|
|
|
WHERE TABLE_SCHEMA = :dataBase and TABLE_TYPE='BASE TABLE'", ['dataBase' => self::$schema]);
|
|
|
- echo Db::getLastSql();
|
|
|
foreach ($tables as $key => $value) {
|
|
|
|
|
|
foreach ($value as $item) {
|