type
PluginDatabaseContribution
type PluginDatabaseContribution struct {
Adapter PluginDatabaseAdapter
Migrations []PluginMigration
Tables []string
}One explicitly adapter-scoped private migration bundle.
AdapterPluginDatabaseAdapter- The only database dialect allowed to execute this bundle.
Migrations[]PluginMigration- Immutable contiguous migration history for Adapter.
Tables[]string- Namespaced plugin tables created by the migration history.
Use ordinary ConfigTransformer collections for normal plugin records. Ridu never translates contribution SQL between adapters.