docs: Fix markdown in SQL style guide

pull/3284/head api/v0.0.38
Michael Gaffney 3 years ago
parent 99a8777866
commit 3a9439a4e9
No known key found for this signature in database
GPG Key ID: 21FE4844A1193A56

@ -67,7 +67,7 @@ For `create table` statements:
`tablename` is the name of the table and `col1_colx` is the name of each
column in the unique constraint.
- The naming pattern for unique constraint names which would be over 63 characters
in length is to prioritize keeping the full 'tablename_uq' pattern intact and
in length is to prioritize keeping the full `tablename_uq` pattern intact and
abbreviate the names of the columns.
### Functions

Loading…
Cancel
Save