Summary
     Gets last migration that has been applied to the target database.
    
		- Namespace
 - Cake
.EntityFramework .Interfaces  - Containing Type
 - IEfMigrator
 
Syntax
string GetCurrentMigration()
	Return Value
| Type | Description | 
|---|---|
| string | Name of the migration |