I'm using table per hiearchy for the following model:
Story (base class) - Individual Story (sub class) - Team Story (sub class)
I column in my table that I want to share between both derived types, but I would like to name it differently in each class. Is this possible? I tried a few different things but could not get it to work out correctly (can dig up the exact exception tomrrow at work if need be).
Thanks!