[PR #254] [MERGED] Pass options attribute in @Column annotation to Schema\Column's customSchemaOptions #7927

Closed
opened 2026-01-22 15:57:35 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/254
Author: @jsor
Created: 1/11/2012
Status: Merged
Merged: 1/15/2012
Merged by: @beberlei

Base: masterHead: custom_options


📝 Commits (1)

  • 615e220 Pass options attribute in @Column annotation to Schema\Column's customSchemaOptions

📊 Changes

2 files changed (+33 additions, -0 deletions)

View changed files

📝 lib/Doctrine/ORM/Tools/SchemaTool.php (+4 -0)
📝 tests/Doctrine/Tests/ORM/Tools/SchemaToolTest.php (+29 -0)

📄 Description

This PR supersedes #252 passing options to customSchemaOptions instead of platformOptions of Schema\Column


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/254 **Author:** [@jsor](https://github.com/jsor) **Created:** 1/11/2012 **Status:** ✅ Merged **Merged:** 1/15/2012 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `custom_options` --- ### 📝 Commits (1) - [`615e220`](https://github.com/doctrine/orm/commit/615e22073f5c99200b57b5d755c3cd99fab18f9b) Pass options attribute in @Column annotation to Schema\Column's customSchemaOptions ### 📊 Changes **2 files changed** (+33 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Tools/SchemaTool.php` (+4 -0) 📝 `tests/Doctrine/Tests/ORM/Tools/SchemaToolTest.php` (+29 -0) </details> ### 📄 Description This PR supersedes #252 passing options to customSchemaOptions instead of platformOptions of Schema\Column --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:57:35 +01:00
admin closed this issue 2026-01-22 15:57:35 +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#7927