Update: moving package to bottom

Signed-off-by: Gnanakeethan Balasubramaniam <gnanakeethan@gmail.com>
This commit is contained in:
Gnanakeethan Balasubramaniam 2017-07-14 14:42:56 +05:30
parent 7c2ec075a4
commit d453242e48
No known key found for this signature in database
GPG Key ID: 24924006ABA72F31
1 changed files with 1 additions and 8 deletions

View File

@ -1,5 +1,3 @@
package migration
/* 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.
m.ForeignCol("local_col","foreign_col","foreign_table")
*/
package migration