Can i update Database using ...Migrations in EF Designer based on an existing database ?
No. Migrations only works with Code First. They aren't designed to work with the EDMX (database first) model.
Thanks Mike