instance method
bit
Ruby on Rails 5.2.8.1
Since v4.2.9Signature
bit(*args, **options)
No documentation comment.
Parameters
-
argsrest -
optionskeyrest
Source
# File activerecord/lib/active_record/connection_adapters/postgresql/schema_definitions.rb, line 58
def bit(*args, **options)
args.each { |name| column(name, :bit, options) }
end
Defined in activerecord/lib/active_record/connection_adapters/postgresql/schema_definitions.rb line 58
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods