TiagoSilvaPereira / vemto2-issues

Repository to track Vemto 2 Issues
5 stars 0 forks source link

schema-reader-db Error: Call to undefined method Illuminate\Database\Schema\MySqlBuilder::getTableListing() #208

Open RanaMoizHaider opened 2 months ago

RanaMoizHaider commented 2 months ago

Error Message: schema-reader-db Error: Call to undefined method Illuminate\Database\Schema\MySqlBuilder::getTableListing()

Stack:

schema-reader-db Error: #0 phar:///Applications/Vemto.app/Contents/Resources/static/VMTTL2/vendor/kitloong/laravel-migrations-generator/src/Database/DatabaseSchema.php(69): Illuminate\Support\Facades\Facade::__callStatic('getTableListing', Array)
#1 phar:///Applications/Vemto.app/Contents/Resources/static/VMTTL2/src/ReadTablesFromDatabase.php(55): KitLoong\MigrationsGenerator\Database\DatabaseSchema->getTableNames()
#2 phar:///Applications/Vemto.app/Contents/Resources/static/VMTTL2/index.php(120): VemtoDBReader\ReadTablesFromDatabase->handle()
#3 phar:///Applications/Vemto.app/Contents/Resources/static/VMTTL2/common/Vemto.php(111): {closure}()
#4 phar:///Applications/Vemto.app/Contents/Resources/static/VMTTL2/index.php(20): Vemto\Vemto::execute('schema-reader-d...', Object(Closure))
#5 /Applications/Vemto.app/Contents/Resources/static/VMTTL2(15): require('phar:///Applica...')
#6 {main}

Vemto 2.1.6 darwin 24.0.0 Locale: en-GB App version: 2.1.6

TiagoSilvaPereira commented 2 months ago

Hi @RanaMoizHaider is this a new project or an existing one?

RanaMoizHaider commented 2 months ago

Existing one

TiagoSilvaPereira commented 2 months ago

Could you please check if this error happens with a new Laravel project?

RanaMoizHaider commented 2 months ago

Checked. No error with a new Laravel project.