Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1
-
Component/s: None
-
Labels:None
Description
Any custom type could use vendors column comment functionalities to allow more details on the specific type of a column that can be used inside the "listTableColumns()" method.
Issue Links
- is duplicated by
-
DBAL-90
SchemaManager not able to reverse-engineer mapping type 'array'. Defaults to 'text' on reverse-engineering
-
MySQL, postfix column with "COMMENT 'The KEY obviously'"
Postgres, COMMENT syntax (another SQL statement, narf!): http://www.postgresql.org/docs/8.3/static/sql-comment.html
Oracle, COMMENT syntax (another SQL statement): http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/statements_4009.htm
Sqlite: Nada
Mssql: (woah this is ugly) http://msdn.microsoft.com/en-us/library/ms180047.aspx