Operations.add_column
Found in 1 package: alembic
alembic(3 releases)
rel_1_18_5This release enhances the `merge` command with `--splice` support and improves head revision detection logic. It also fixes several bugs related to autogenerated script rendering and dialect comparisons for MySQL ENUMs.
rel_1_18_4BreakingThis patch reverts the automatic inline rendering of PRIMARY KEY constraints in `Operations.add_column()` introduced in 1.18.2, making this behavior explicitly opt-in via the new `inline_primary_key` parameter.
rel_1_18_2This release enhances `Operations.add_column()` by honoring the `primary_key` parameter and introducing the `inline_references` option for foreign key rendering. A typing bug affecting server default parameters in `AlterColumnOp` was also resolved.
Track Symbol Changes
Use the Change8 MCP server or GitHub Action to get notified when Operations.add_column changes.
Learn More