I was wondering if Metabox would be compatible with this plugin? I like the idea of custom post types being automatically separated into their own tables (replica of wp_post). Do you think there will be any obvious conflicts? I'm also using MB custom tables for the meta too. https://github.com/hannahtinkler/wordpress-custom-post-type-tables
I think it might not work with the MB Custom Table. The custom table extension creates the column key corresponding with the field ID, which is different from the wp_post table of WordPress or that plugin tries to do.
We are also developing a feature that supports saving post content to the custom table. Hope this will be released in the next update.