mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 08:50:56 +00:00
Update: moving package to bottom
Signed-off-by: Gnanakeethan Balasubramaniam <gnanakeethan@gmail.com>
This commit is contained in:
parent
7c2ec075a4
commit
d453242e48
@ -1,5 +1,3 @@
|
|||||||
package migration
|
|
||||||
|
|
||||||
/* Package migration enables you to generate migrations back and forth. It generates both migrations.
|
/* Package migration enables you to generate migrations back and forth. It generates both migrations.
|
||||||
|
|
||||||
|
|
||||||
@ -39,10 +37,5 @@ m.RenameColumn("from","to")...
|
|||||||
//Supports standard column methods, automatic reverse.
|
//Supports standard column methods, automatic reverse.
|
||||||
m.ForeignCol("local_col","foreign_col","foreign_table")
|
m.ForeignCol("local_col","foreign_col","foreign_table")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
package migration
|
||||||
|
Loading…
Reference in New Issue
Block a user