Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to truncate all tables laravel

$tableNames = Schema::getConnection()->getDoctrineSchemaManager()->listTableNames();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #truncate #tables #laravel
ADD COMMENT
Topic
Name
4+5 =