I am adding some new columns to a table and want to add documentation to the table DDL for future developers. How does one go about this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Generic Syntax:
Detailed Syntax Examples:
|
|||
|
|
|
In addition to adding object COMMENTs, you can add in-line comments to view definitions. Since most access is always through a view, that's how we communicate the DBA responsible for the table and document changes. For example:
The nice thing about this technique is that the comments are shown when you do a |
|||
|
|