mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Update sqlstyle.guide.md
This commit is contained in:
parent
d8bb022adb
commit
b8d8ddb2cd
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ and understood easily from SQL code. Use the correct suffix where appropriate.
|
|||
* `_id`—a unique identifier such as a column that is a primary key.
|
||||
* `_at`-denotes a column that contains the time of something.
|
||||
* `_date`—denotes a column that contains the date of something.
|
||||
* `_pct`—percent
|
||||
* `_status`—flag value or some other status of any type such as
|
||||
`publication_status`.
|
||||
* `_total`—the total or sum of a collection of values.
|
||||
|
|
Loading…
Reference in a new issue