diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/sql-standards.md | 2 |
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. |
