You are currently looking at an older section of the wincent.dev website.
Please check the new version of the site at https://wincent.dev/ for updated content.

wincent Wincent Colaiuta's weblog

« Website updates | Main | Xcode feature request »

September 26, 2006

Database migrations

I've just discovered that one of my database tables in a custom system really should have included a "created" column containing a datetime value (it already contains a "ts" column containing a "last updated" timestamp value). Wonder how painful it is going to be to transition... In hindsight, it was braindead of me not to include this column from the beginning, but I was young, innocent, reckless, foolhardy... Hope this won't be too painful.

Posted by wincent at September 26, 2006 10:45 AM