mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Boolean
This commit is contained in:
parent
bd55b7d01d
commit
633174dde6
1 changed files with 2 additions and 2 deletions
|
@ -103,9 +103,9 @@ FROM staff AS s;
|
|||
* Do not prefix with `sp_` or any other such descriptive prefix or Hungarian
|
||||
notation.
|
||||
|
||||
### Uniform suffixes
|
||||
### Uniform prefixes
|
||||
|
||||
* `is_` - for booleans
|
||||
* `is_` - denotes a boolean
|
||||
|
||||
### Uniform suffixes
|
||||
|
||||
|
|
Loading…
Reference in a new issue