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