7. Comments
RuleCode: CommentsOnTableRequired
Rule Description: It is required to add comments to tables when creating them to facilitate subsequent maintenance and understanding of the table's purpose.
Warning Level: Warning
Review Object: CREATE TABLE
Trigger Condition: Comments are not added to the table when creating it.
Configurable: No
Supported Database Types: MySQL
RuleCode: CommentsOnColumnRequired
Rule Description: It is required that each column in a table must have comments to facilitate understanding and maintenance.
Warning Level: Warning
Review Object: CREATE TABLE, ALTER TABLE ADD COLUMN
Trigger Condition: A column does not have specified comments.
Configurable: No
Supported Database Types: All (ALL)