Can I Dump/Export a single table from a Database? Milos Knezevic Updated July 17, 2026 12:25 Share To export a single table from a Database, you can use the following CLI command: platform db:dump --table=<TABLE_NAME>
Comments
Please sign in to leave a comment.