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

UPDATE: creating ddl migration spec is now possible

SUMMARY: The DDL migration can now be generated by adding a `-ddl` and a
proper "alter" or "create" as argument value.

Migration generation had been modified to accommodate the complementary
code for ddl generation

Signed-off-by: Gnanakeethan Balasubramaniam <gnanakeethan@gmail.com>
This commit is contained in:
Gnanakeethan Balasubramaniam
2017-07-13 20:30:06 +05:30
parent 34faa8fca6
commit ea63bf253e
3 changed files with 80 additions and 35 deletions

View File

@ -21,3 +21,4 @@ var SQLConn utils.DocValue
var Level utils.DocValue
var Tables utils.DocValue
var Fields utils.DocValue
var DDL utils.DocValue