From 055302fffe2fcb60d87bce1688a21e3880b4b238 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Wed, 5 May 2021 12:29:45 +0200 Subject: chore(sql-standards.md) (#465) --- docs/sql-standards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/sql-standards.md b/docs/sql-standards.md index adbf594..c2d0da5 100644 --- a/docs/sql-standards.md +++ b/docs/sql-standards.md @@ -8,7 +8,7 @@ tableofcontents: 1 ### General standards -We always use backticks \` around keywords. \`creature_loot_template\`. +We always use backticks \` around table- and column names. \`creature_loot_template\`. We always use single quotes around string values ' ' but NEVER around an integer. -- cgit