• Y
    docs, refactor docs about column modifiers. [ci skip] [Matthew Draper & Yves Senn] · 3e1373a7
    Yves 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
    
    Conflicts:
    	guides/source/migrations.md
    3e1373a7
migrations.md 35.3 KB