79426088

Date: 2025-02-10 04:49:30
Score: 2.5
Natty:
Report link

List all tables in the database

DB::select('SHOW TABLES');

or

DB::connection()->getDoctrineSchemaManager()->listTableNames();

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Er Robin