Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AR Migrations Guide#Foreign Keys: fix wrong table | Jon Atack | 2014-10-24 | 1 | -1/+1 |
| | | | [skip ci] | ||||
* | Tiny follow-up to 1a69112 | Robin Dupret | 2014-06-27 | 1 | -3/+7 |
| | | | | | | | Wrap list items to 80 chars and avoid relying on NOTE inside an item since they are meant to be parsed in paragraphs, not lists. [ci skip] | ||||
* | fk: add docs | Yves Senn | 2014-06-26 | 1 | -58/+71 |
| | |||||
* | :nail_care: wrap the tip from #15624 at 80 chars [ci skip] | Zachary Scott | 2014-06-20 | 1 | -1/+2 |
| | |||||
* | [ci skip] Add Tip for change_column_null and change_column_default in guides | Aditya Kapoor | 2014-06-21 | 1 | -0/+2 |
| | |||||
* | docs, refactor docs about column modifiers. [ci skip] [Matthew Draper & Yves ↵ | Yves Senn | 2014-06-10 | 1 | -12/+20 |
| | | | | | | | | | | | | | | | | | | | | Senn] This is a follow up to #15602 which rendered the guides in a weird state: > You can also specify some options just after the field type between curly braces. You can use the following modifiers: > `null` Allows or disallows `NULL` values in the column. > NOTE: `null` and `default` cannot be specified via command line. The modifiers are now moved into a separate section. The generator simply referes to that section. Related to #15583. /cc @JuanitoFatas | ||||
* | [ci skip] Rename: Rails Database Migration to Active Record Migration. | Juanito Fatas | 2014-06-10 | 1 | -0/+988 |
This will need to setup permanent redirect for the old guide. |