diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-05-05 12:29:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-05 12:29:45 +0200 |
| commit | 055302fffe2fcb60d87bce1688a21e3880b4b238 (patch) | |
| tree | fecf0d28d74113ff3d970cf14fffea10f4c7db2f /docs | |
| parent | 477f7256599d2ae6dfcd78ef45f2356bd20114ee (diff) | |
| download | wiki-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.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. |
