- Friends Plugin
- Enable Mastodon Apps Plugin
- Homepage
-
Poor Finder
Today my Dock was playing a little weird. I am not aware of any crime that my Finder should have committed.
-
What does “size” in int(size) of MySQL mean?
I was always wondering what the size of numeric columns in MySQL was. Forgive me if this is obvious to someone else. But for me the MySQL manual lacks a great deal in this field. TL;DR: It’s about the display width. You only see it when you use ZEROFILL. Usually you see something like int(11)…