In a World of constantly changing requirements adding a new field to a table is pretty common task: a new user profile field, a new flag to control the display of something, some other customization parameter.
Let's see the steps involved in this easy task, both using an ORM (I'm using NHibernate) and using an hand made DAL.
Task
NH
...