1
0
Fork 0
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:
apurvis@lumoslabs.com 2016-04-08 14:40:11 -04:00
parent b9a99a97a3
commit 607eafc421

View file

@ -105,6 +105,10 @@ FROM staff AS s;
### Uniform suffixes ### Uniform suffixes
* `is_` - for booleans
### Uniform suffixes
The following suffixes have a universal meaning ensuring the columns can be read 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. and understood easily from SQL code. Use the correct suffix where appropriate.