This via r/programming today: CSS: The Spacing Between Elements Should Be Determined by the Parent Element.
Tag Archives: column
Add Column BEFORE/AFTER another column in PostgreSQL
1
I wanted to add a new column to my table after the first column, like you can in MySQL. Turns out you can’t do that…
MySQL modify column syntax
I needed to modify some columns on a MySQL table today and found myself having to lookup the syntax and found this article which explains it.
Example database field/column lengths
I’m always wondering how big I should make my database columns. I put together a simple PHP script which demonstrates the sizes of various strings which is handy as a reference when thinking about how big you should make your fields.