@@ -75,7 +75,7 @@ Different sets of rules can form different [SQL Review Policies](/docs/sql-revie
7575 - [ Charset allow list] ( /docs/sql-review/review-rules#system.charset.allowlist )
7676 - [ Collation allow list] ( /docs/sql-review/review-rules#system.collation.allowlist )
7777 - [ Comment length limit] ( /docs/sql-review/review-rules#system.comment.length )
78- - Builtin Rules
78+ - Built-in Rules
7979 - [ Prior backup feasibility check] ( /docs/sql-review/review-rules#builtin.prior-backup-check )
8080
8181## Engine
@@ -114,11 +114,11 @@ Bytebase checks whether the object name appearing in the SQL statement is fully
114114
115115##### Some typical format
116116
117- | Object Name | Fully qualified |
118- | -------------------------------------------- | --------- --------------- |
119- | table_name | no |
120- | schema_name.table_name | yes |
121- | database_name.schema_name.table_name | yes |
117+ | Object Name | Fully qualified |
118+ | ------------------------------------ | --------------- |
119+ | table_name | no |
120+ | schema_name.table_name | yes |
121+ | database_name.schema_name.table_name | yes |
122122
123123#### Support database engine
124124
@@ -734,7 +734,7 @@ DDL operations on large tables can cause long locks because they need exclusive
734734
735735#### How the rule works
736736
737- Bytebase considers this rule to be violated if the SQL tries to apply DDL operations on a table with sizes exceeding the set value.
737+ Bytebase considers this rule to be violated if the SQL tries to apply DDL operations on a table with sizes exceeding the set value.
738738
739739#### Support database engine
740740
@@ -1519,9 +1519,9 @@ Bytebase checks all `COMMENT ON` statements.
15191519
15201520- PostgreSQL
15211521
1522- ## Builtin rules
1522+ ## Built-in rules
15231523
15241524<div id =" builtin.prior-backup-check " ></div >
15251525### Prior backup feasibility check
15261526
1527- Check [ Data Rollback] ( /content/ docs/change-database/rollback-data-changes.md ) for details.
1527+ Check [ Data Rollback] ( /docs/change-database/rollback-data-changes ) for details.
0 commit comments