DDC-1538: GH-217: [BUG] Schema Manager had no way to define extra options #1930

Open
opened 2026-01-22 13:32:19 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Dec 14, 2011).

Originally assigned to: @Ocramius on GitHub.

Jira issue originally created by user @beberlei:

Pull-Request was automatically synchronized: https://github.com/doctrine/doctrine2/pull/217

Schema Manager had no way to define extra options ("comment" option for example). It is possible to add these options via Annotations. After the fix adding @ORM\Column(type="string", options={"comment" = "test"}) starts to work producing valid SQL schema with COMMENT output.

Originally created by @doctrinebot on GitHub (Dec 14, 2011). Originally assigned to: @Ocramius on GitHub. Jira issue originally created by user @beberlei: Pull-Request was automatically synchronized: https://github.com/doctrine/doctrine2/pull/217 Schema Manager had no way to define extra options ("comment" option for example). It is possible to add these options via Annotations. After the fix adding `@ORM\Column(type="string", options={"comment" = "test"})` starts to work producing valid SQL schema with COMMENT output.
admin added the New FeatureDuplicate labels 2026-01-22 13:32:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1930