pub const APP_CONFIGURED_SCHEMA_PLUGIN_IDS: &[&str];Expand description
Plugin ids whose database shape depends on per-app field configuration.
official_schema_plugin cannot infer columns from the id alone; integrators must
align migrations with their additional_fields(...) options.