1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

minor console message changes and migration file path changes

This commit is contained in:
ZhengYang
2014-08-11 10:36:20 +08:00
parent 6abaa4368b
commit 3d2a066a16
2 changed files with 2 additions and 2 deletions

2
g.go
View File

@ -27,7 +27,7 @@ bee generate model [-tables=""] [-driver=mysql] [-conn=root:@tcp(127.0.0.1:3306)
-conn: the connection string used by the driver, the default is root:@tcp(127.0.0.1:3306)/test
-level: [1 | 2 | 3], 1 = model; 2 = models,controller; 3 = models,controllers,router
bee generate migration [filename]
bee generate migration [migrationfile]
generate migration file for making database schema update
bee generate controller [controllerfile]