I've been asked to create several content types that similar, and some that are the same.
For example: Tutorial & Video Tutorial, they're almost the same, but the Video Tutorial has the video id.
Another example: How To Article, Overview Article, etc ... they're all exactly the same (for now anyway), so I'd like to create a single Article type, and basically 'inherit' it somehow.
Can I create an 'IS A' relationship between different types?
Am I asking the wrong question and I should be doing something different?
Or should I just copy & paste the AlterTypeDefinition() multiple times in my migration file? With the richness of Orchard, I'm assuming copy & pasting types isn't the way it should be done.