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:
@ -21,3 +21,4 @@ var SQLConn utils.DocValue
|
||||
var Level utils.DocValue
|
||||
var Tables utils.DocValue
|
||||
var Fields utils.DocValue
|
||||
var DDL utils.DocValue
|
||||
|
Reference in New Issue
Block a user