Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
You better make the primary keys var char and manually increment all the values with letter and number one after another like 1 a 2 b etc
-
hell169537yAaaaaaaaaaaaaaaaa mhaaaat the fuuuuuck?!!!!!???!?!!!!!????
rm -rf the shit out of all this madness!!!!!
Related Rants
Where I work, in our database, we use 3 to indicate true and 7 to indicate false and 0 is true but null is false
In another table, we use 'P' to indicate true and 'I' to indicate false and 'Y' is also false and null is false
And the most used table, we also use 'Y' to indicate yes and 'N' to indicate no, but null is also Yes.
We also store integers as varchar in a live table, but stays an integer in all the other tables. I hope I'm not there when the number of digits exceeds the varchar limit.
These are all live and used in production all created by my boss, the head of IT.
rant
sql
true false programming
wtfisthis