Skip to content

Commit 0860aff

Browse files
author
Alexandre
committed
Update README.md
1 parent 5c2a3ff commit 0860aff

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,20 @@ PhpDbMigration - full PHP database migration tool
44
This is a full standalone PHP tool based on symfony console and inspired by the rails database migration tool and MyBatis.
55
It merge the functionnality of the two tools and has been desined to be as flexible as possible.
66

7+
Add an environment
8+
------------------
9+
![alt tag](http://tikotepadventure.com/files/php-database-migration/addenv.gif)
10+
711
Initialization
812
--------------
9-
Initialization
10-
--------------
11-
![alt tag](http://tikotepadventure.com/files/php-database-migration/addenv.gif)
13+
![alt tag](http://tikotepadventure.com/files/php-database-migration/init.gif)
14+
15+
Create a migration
16+
------------------
17+
![alt tag](http://tikotepadventure.com/files/php-database-migration/create.gif)
1218

13-
Usage
14-
-----
19+
Up and down
20+
------------------
21+
![alt tag](http://tikotepadventure.com/files/php-database-migration/status.gif)
22+
![alt tag](http://tikotepadventure.com/files/php-database-migration/uponly.gif)
23+
![alt tag](http://tikotepadventure.com/files/php-database-migration/downonly.gif)

0 commit comments

Comments
 (0)