- Contains 1-1 mapping between User(Mandatory) and Profile(Optional)
- Seed file is temporary removed.
- User to Post 1-m mapping is made optional. i.e A post can have zero to one User.
- m-n explicit mapping for Post to Tag.
- All mappings contain migrations relevant to them.