• R
    Fix table comment dumping · 0780c444
    Ryuta Kamizono 提交于
    Follow up to #26735.
    
    If `table_options` returns `{ comment: nil }`, `create_table` line is
    broken.
    
    Example:
    
    ```ruby
      create_table "accounts", force: :cascade,  do |t|
    ```
    0780c444
schema_statements.rb 28.7 KB