mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Add uniform prefix section
This commit is contained in:
parent
b9a99a97a3
commit
607eafc421
1 changed files with 4 additions and 0 deletions
|
@ -105,6 +105,10 @@ FROM staff AS s;
|
|||
|
||||
### Uniform suffixes
|
||||
|
||||
* `is_` - for booleans
|
||||
|
||||
### Uniform suffixes
|
||||
|
||||
The following suffixes have a universal meaning ensuring the columns can be read
|
||||
and understood easily from SQL code. Use the correct suffix where appropriate.
|
||||
|
||||
|
|
Loading…
Reference in a new issue