summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-05-05 12:29:45 +0200
committerGitHub <noreply@github.com>2021-05-05 12:29:45 +0200
commit055302fffe2fcb60d87bce1688a21e3880b4b238 (patch)
treefecf0d28d74113ff3d970cf14fffea10f4c7db2f /docs
parent477f7256599d2ae6dfcd78ef45f2356bd20114ee (diff)
downloadwiki-055302fffe2fcb60d87bce1688a21e3880b4b238.tar.gz
wiki-055302fffe2fcb60d87bce1688a21e3880b4b238.tar.bz2
wiki-055302fffe2fcb60d87bce1688a21e3880b4b238.zip
chore(sql-standards.md) (#465)
Diffstat (limited to 'docs')
-rw-r--r--docs/sql-standards.md2
1 files changed, 1 insertions, 1 deletions
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.