Can I Dump/Export a single table from a Database? Jalaine Knott Updated March 10, 2023 10:58 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.