We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12060a commit 4f1dcc6Copy full SHA for 4f1dcc6
1 file changed
test/fixtures/active_record.rb
@@ -52,7 +52,7 @@
52
end
53
54
create_table :posts, force: true do |t|
55
- t.string :title, length: 255
+ t.string :title, limit: 255
56
t.text :body
57
t.integer :author_id
58
t.integer :parent_post_id
0 commit comments