I have 4 projects :
Toombu.Entities : all models are there Toombu.DataAccess: Mapping, Repository and ToombuContext Toombu.Logique : Logic of my application
If anyone is still facing this problem. I solved it by using the following command:
Enable-Migrations -ProjectName -ContextTypeName
Don't forget to use the full path to your context name.