List all tables in the database
DB::select('SHOW TABLES');
or
DB::connection()->getDoctrineSchemaManager()->listTableNames();