Mysql allows you to limit by 0, which returns the empty set. This is useful for when you want to dump the table but without records, for example the customers table of a production database. You want to have the table but not the customers since that would be a GDPR violation.
I've noticed that this package doesn't support setting the table limit as 0 and therefore it doesn't support the use case of dumping a table but ignoring all the data inside.
Hi,
Mysql allows you to limit by 0, which returns the empty set. This is useful for when you want to dump the table but without records, for example the customers table of a production database. You want to have the table but not the customers since that would be a GDPR violation.
I've noticed that this package doesn't support setting the table limit as 0 and therefore it doesn't support the use case of dumping a table but ignoring all the data inside.