• D
    Generators add foreign keys on references · 323334a7
    Derek Prior 提交于
    If you run a generator such as:
    
    ```
    rails generate model accounts supplier:references
    ```
    
    The resulting migration will now add the corresponding foreign key
    constraint unless the reference was specified to be polymorphic.
    323334a7
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 5.5 KB