From 3a9439a4e937f655139f355a349783a16d5452c0 Mon Sep 17 00:00:00 2001 From: Michael Gaffney Date: Mon, 5 Jun 2023 15:30:43 -0400 Subject: [PATCH] docs: Fix markdown in SQL style guide --- sql-style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-style-guide.md b/sql-style-guide.md index e312682ebc..fff10ade9b 100644 --- a/sql-style-guide.md +++ b/sql-style-guide.md @@ -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