to rollback only :
Rolled back: 2015_05_15_195423_alter_table_web_directories
php artisan migrate:roll
Migrate tables one by one.
Change the batch number of the migration you want to rollback to the highest.
Run migrate:rollback.
May not be the most comfortable way to deal with larger projects.