Fluent Forms uses its own custom database tables (like wp_fluentform_forms, wp_fluentform_submissions, etc.) which are completely separate from the standard WordPress posts/meta tables that our plugin currently handles.
DB Version Control would NOT work out of the box for Fluent Forms data because it only exports:
- WordPress posts (
wp_posts) - Post meta (
wp_postmeta) - WordPress options (
wp_options) - Navigation menus