Commit 63ac60e8 authored by Alper Akgun's avatar Alper Akgun

Remove add_column with default example in migration style

parent 254a7ef3
...@@ -379,10 +379,6 @@ Rails migration example: ...@@ -379,10 +379,6 @@ Rails migration example:
```ruby ```ruby
add_column_with_default(:projects, :foo, :integer, default: 10, limit: 8) add_column_with_default(:projects, :foo, :integer, default: 10, limit: 8)
# or
add_column(:projects, :foo, :integer, default: 10, limit: 8)
``` ```
## Timestamp column type ## Timestamp column type
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment