• S
    Support creating a table migration generator · 20e04157
    Sammy Larbi 提交于
    Sometimes you want to create a table without an associated model and
    test, which is also not a join table. With this commit, you can now
    do that.
    
    Example:
    
        rails g migration create_posts title:string
    or
        rails g migration CreatePosts title:string
    
    This commit also moves the template the model generator uses for the
    migration to the migration templates folder, as it seems a more
    sensible place for it now that it is shared code.
    20e04157
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 49.5 KB