Bug #64439 | Add Comment to MySQL Column without Redefining its Type | ||
---|---|---|---|
Submitted: | 23 Feb 2012 17:43 | Modified: | 23 Feb 2012 19:24 |
Reporter: | David ZZZ | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S4 (Feature request) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[23 Feb 2012 17:43]
David ZZZ
[23 Feb 2012 19:24]
Valeriy Kravchuk
Thank you for the feature request.
[12 Apr 2013 11:26]
Yogeshwar Rachcha
This is very easily done in Oracle like this: COMMENT ON COLUMN employees.job_id IS 'abbreviated job title';
[3 Dec 2014 18:37]
Andre Carlucci
Please, implement this!
[4 Jan 2018 12:59]
Lukas Eder
If this is going to be implemented, then please use the syntax supported by many other databases, including DB2, Oracle, PostgreSQL: COMMENT ON <object type> IS 'comment';