Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ed_elliott_asc
on May 2, 2019
|
parent
|
context
|
favorite
| on:
Naming Database Tables: Is It Person, Peoples, Per...
yes but it is still an akwardness i prefer to avoid by using tablename_id like you'd have to do something like
"select id as tablename_id, * from table"
just doesn't feel quite right to me personally
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
"select id as tablename_id, * from table"
just doesn't feel quite right to me personally