Active Record postgresql documentation for bit string types corrected

This commit is contained in:
Sagar Kamble 2018-05-06 13:13:05 +05:30
parent 61f3ae7cc3
commit 378daaa6af
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ create_table :users, force: true do |t|
t.column :settings, "bit(8)"
end
# app/models/device.rb
# app/models/user.rb
class User < ApplicationRecord
end