Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Right, but use a check constraint and not a data type constraint (i.e. `varchar(x)`).

That sounds more like a code review issue -- `blob` would've been an appropriate storage type in that case.



> That sounds more like a code review issue -- `blob` would've been an appropriate storage type in that case.

No, it was supposed to be a short text field. Not an infinite storage endpoint!


I use and prefer varchar(1000) personally, extremely easy to change in the future if needed.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: